summaryrefslogtreecommitdiff
path: root/protocols/FacebookRM/theme.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/FacebookRM/theme.h')
-rw-r--r--protocols/FacebookRM/theme.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/protocols/FacebookRM/theme.h b/protocols/FacebookRM/theme.h
index 4330c35dce..e6bf689676 100644
--- a/protocols/FacebookRM/theme.h
+++ b/protocols/FacebookRM/theme.h
@@ -27,4 +27,12 @@ HANDLE GetIconHandle(const char *name);
void InitContactMenus(void);
void UninitContactMenus(void);
-void ShowContactMenus(bool show, bool deleted = false);
+void EnableMenuItem(HANDLE hMenuItem, bool enable);
+
+/* Contact menu item indexes */
+#define CMI_VISIT_PROFILE 0
+#define CMI_AUTH_REVOKE 1
+#define CMI_AUTH_ASK 2
+#define CMI_AUTH_GRANT 3
+
+#define CMITEMS_COUNT 4 \ No newline at end of file