From be489c4e6f4c1ab4b4d7f84e35a73e34e1b0b331 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 25 Jun 2015 23:34:47 +0000 Subject: - Menu_EnableItem & Menu_SetChecked - more suitable helpers to set flags; - fix for checks in frame menus; - code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@14389 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Clist_modern/src/CLUIFrames/cluiframes.h | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'plugins/Clist_modern/src/CLUIFrames/cluiframes.h') diff --git a/plugins/Clist_modern/src/CLUIFrames/cluiframes.h b/plugins/Clist_modern/src/CLUIFrames/cluiframes.h index 1d8b91c37c..c387e53dc8 100644 --- a/plugins/Clist_modern/src/CLUIFrames/cluiframes.h +++ b/plugins/Clist_modern/src/CLUIFrames/cluiframes.h @@ -80,8 +80,8 @@ struct FrameTitleBar HMENU hmenu; HICON hicon; - BOOLEAN ShowTitleBar; - BOOLEAN ShowTitleBarTip; + bool ShowTitleBar; + bool ShowTitleBarTip; COLORREF BackColour; COLORREF TextColour; int oldstyles; @@ -105,27 +105,27 @@ struct FRAMEWND int align; int height; int dwFlags; - BOOLEAN Locked; - BOOLEAN visible; - BOOLEAN needhide; - BOOLEAN collapsed; + bool Locked; + bool visible; + bool needhide; + bool collapsed; int prevvisframe; int HeightWhenCollapsed; FrameTitleBar TitleBar; FrameMenuHandles MenuHandles; int oldstyles; - BOOLEAN floating; HWND ContainerWnd; POINT FloatingPos; POINT FloatingSize; - BOOLEAN minmaxenabled; - BOOLEAN UseBorder; + bool floating; + bool minmaxenabled; + bool UseBorder; int order; DockOpt dockOpt; HWND OwnerWindow; tPaintCallbackProc PaintCallbackProc; sPaintRequest * PaintData; - BOOLEAN bQueued; + bool bQueued; HRGN UpdateRgn; }; -- cgit v1.2.3