summaryrefslogtreecommitdiff
path: root/protocols/WhatsApp/src/theme.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/WhatsApp/src/theme.h')
-rw-r--r--protocols/WhatsApp/src/theme.h17
1 files changed, 9 insertions, 8 deletions
diff --git a/protocols/WhatsApp/src/theme.h b/protocols/WhatsApp/src/theme.h
index c5881ca03a..2e67c54365 100644
--- a/protocols/WhatsApp/src/theme.h
+++ b/protocols/WhatsApp/src/theme.h
@@ -5,15 +5,16 @@ void InitIcons(void);
HANDLE GetIconHandle(const char *name);
//void InitContactMenus(void);
-void EnableMenuItem(HANDLE hMenuItem, bool enable);
/* Contact menu item indexes */
-#define CMI_ADD_CONTACT_TO_GROUP 0
-#define CMI_REMOVE_CONTACT_FROM_GROUP 1
-#define CMI_LEAVE_GROUP 2
-#define CMI_REMOVE_GROUP 3
-#define CMI_CHANGE_GROUP_SUBJECT 4
-
-#define CMITEMS_COUNT 5
+enum
+{
+ CMI_ADD_CONTACT_TO_GROUP,
+ CMI_REMOVE_CONTACT_FROM_GROUP,
+ CMI_LEAVE_GROUP,
+ CMI_REMOVE_GROUP,
+ CMI_CHANGE_GROUP_SUBJECT,
+ CMITEMS_COUNT
+};
#endif \ No newline at end of file