diff options
author | George Hazan <george.hazan@gmail.com> | 2013-04-08 14:55:45 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-04-08 14:55:45 +0000 |
commit | 5a19cc3dfc0e40d61b860dbeeedf802a5047a667 (patch) | |
tree | 2d1d2f713e5f63c12f2d38edd6525c7e9074a91a /plugins/TabSRMM/src/commonheaders.h | |
parent | 3aa29ef3d7220de7080eae79b4dc31ef99bb4015 (diff) |
- MBF_OWNERSTATE option moved to the public header;
- client icon drawing moved to FingerPrint;
- old code in tabSRMM completely wiped out;
git-svn-id: http://svn.miranda-ng.org/main/trunk@4389 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TabSRMM/src/commonheaders.h')
-rw-r--r-- | plugins/TabSRMM/src/commonheaders.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/plugins/TabSRMM/src/commonheaders.h b/plugins/TabSRMM/src/commonheaders.h index 8b2bdf2609..e1cf7c3a55 100644 --- a/plugins/TabSRMM/src/commonheaders.h +++ b/plugins/TabSRMM/src/commonheaders.h @@ -224,11 +224,6 @@ enum DWMWINDOWATTRIBUTE #define WM_DWMSENDICONICLIVEPREVIEWBITMAP 0x0326
#endif
-
-/* State of icon with such flag will not be saved, and you must set it manually */
-#define MBF_OWNERSTATE 0x04
-
-
#if !defined(_WIN64) && !defined(_USE_32BIT_TIME_T)
#define _USE_32BIT_TIME_T
#else
|