diff options
author | George Hazan <george.hazan@gmail.com> | 2013-12-17 22:39:14 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-12-17 22:39:14 +0000 |
commit | 1a69d21a165c1b952d697aab49b7cb4e14573c58 (patch) | |
tree | e0490b0f7e8c8e4f7b299fcd22610e08cddde8b4 /plugins/Clist_modern/src/CLUIFrames/cluiframes.h | |
parent | c5cd9533eabe06dd7cc3eda31290f8b11d09c79d (diff) |
further frames code merging
git-svn-id: http://svn.miranda-ng.org/main/trunk@7266 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_modern/src/CLUIFrames/cluiframes.h')
-rw-r--r-- | plugins/Clist_modern/src/CLUIFrames/cluiframes.h | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/plugins/Clist_modern/src/CLUIFrames/cluiframes.h b/plugins/Clist_modern/src/CLUIFrames/cluiframes.h index 75bf89a8bd..4e9f831250 100644 --- a/plugins/Clist_modern/src/CLUIFrames/cluiframes.h +++ b/plugins/Clist_modern/src/CLUIFrames/cluiframes.h @@ -60,8 +60,8 @@ typedef struct struct FrameMenuHandles
{
HGENMENU MainMenuItem;
- HGENMENU MIVisible,MITitle,MITBVisible,MILock,MIColl,MIFloating,MIAlignRoot;
- HGENMENU MIAlignTop,MIAlignClient,MIAlignBottom;
+ HGENMENU MIVisible, MITitle, MITBVisible, MILock, MIColl, MIFloating, MIAlignRoot;
+ HGENMENU MIAlignTop, MIAlignClient, MIAlignBottom;
HGENMENU MIBorder, MIPosRoot, MIPosUp, MIPosDown;
};
@@ -71,8 +71,8 @@ struct FrameTitleBar HWND TitleBarbutt;
HWND hwndTip;
- TCHAR* tbname;
- TCHAR* tooltip;
+ LPTSTR tbname;
+ LPTSTR tooltip;
char * sztbname;
char * sztooltip;
@@ -98,10 +98,10 @@ struct DockOpt struct FRAMEWND
{
int id;
- HWND hWnd ;
+ HWND hWnd;
RECT wndSize;
- TCHAR * Name;
- char * szName;
+ LPTSTR name;
+ LPSTR szName;
int align;
int height;
int dwFlags;
@@ -137,7 +137,3 @@ struct FRAMEWND #define CLUIFrameModule "CLUIFrames"
#endif
-
-
-
-
|