summaryrefslogtreecommitdiff
path: root/plugins/Clist_modern/m_api
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2012-07-11 08:59:52 +0000
committerGeorge Hazan <george.hazan@gmail.com>2012-07-11 08:59:52 +0000
commitdb3992b55d0616896da4f616dfd09fac6642b292 (patch)
tree8a6624e32dfa68b67e168e333c4f7df4701929ec /plugins/Clist_modern/m_api
parent48e3bbf926d0a676d0c5e338c31144ee4209e113 (diff)
- modern toolbar bug emulation
- useless field privateIcon removed; - another useless code removed git-svn-id: http://svn.miranda-ng.org/main/trunk@897 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_modern/m_api')
-rw-r--r--plugins/Clist_modern/m_api/m_skinbutton.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/plugins/Clist_modern/m_api/m_skinbutton.h b/plugins/Clist_modern/m_api/m_skinbutton.h
index 86634cb566..943a0d20b6 100644
--- a/plugins/Clist_modern/m_api/m_skinbutton.h
+++ b/plugins/Clist_modern/m_api/m_skinbutton.h
@@ -1,13 +1,15 @@
#include "m_button.h"
+#define MBM_UPDATETRANSPARENTFLAG WM_USER+52
+#define MBM_SETICOLIBHANDLE WM_USER+53
+#define MBM_REFRESHICOLIBICON WM_USER+54
+#define MBM_SETBUTTONSTATE WM_USER+59
+
#define BUTTONSETID WM_USER+55
#define BUTTONDRAWINPARENT WM_USER+56
#define BUTTONSETMARGINS WM_USER+57
#define BUTTONSETSENDONDOWN WM_USER+58
-#define MBM_UPDATETRANSPARENTFLAG WM_USER+52
-#define MBM_SETICOLIBHANDLE WM_USER+53
-#define MBM_REFRESHICOLIBICON WM_USER+54
#define SBF_ALIGN_TL_RIGHT 1
#define SBF_ALIGN_TL_HCENTER 2