summaryrefslogtreecommitdiff
path: root/plugins/Clist_modern/m_api
diff options
context:
space:
mode:
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