summaryrefslogtreecommitdiff
path: root/plugins/Clist_modern/src/CLUIFrames/cluiframes.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2015-06-26 19:04:26 +0000
committerGeorge Hazan <george.hazan@gmail.com>2015-06-26 19:04:26 +0000
commitb52ba14782bc2e5fc3eb7452dcebe67bfed095f1 (patch)
tree83241babcd4b2ddb2f424801a3d2f78b0087b213 /plugins/Clist_modern/src/CLUIFrames/cluiframes.h
parent6832a62358ac308843016c7d133c0feaeca4549b (diff)
final fix for the frame menus
git-svn-id: http://svn.miranda-ng.org/main/trunk@14402 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_modern/src/CLUIFrames/cluiframes.h')
-rw-r--r--plugins/Clist_modern/src/CLUIFrames/cluiframes.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/Clist_modern/src/CLUIFrames/cluiframes.h b/plugins/Clist_modern/src/CLUIFrames/cluiframes.h
index c387e53dc8..b4d89866b3 100644
--- a/plugins/Clist_modern/src/CLUIFrames/cluiframes.h
+++ b/plugins/Clist_modern/src/CLUIFrames/cluiframes.h
@@ -109,6 +109,9 @@ struct FRAMEWND
bool visible;
bool needhide;
bool collapsed;
+ bool floating;
+ bool minmaxenabled;
+ bool UseBorder;
int prevvisframe;
int HeightWhenCollapsed;
FrameTitleBar TitleBar;
@@ -117,9 +120,6 @@ struct FRAMEWND
HWND ContainerWnd;
POINT FloatingPos;
POINT FloatingSize;
- bool floating;
- bool minmaxenabled;
- bool UseBorder;
int order;
DockOpt dockOpt;
HWND OwnerWindow;