summaryrefslogtreecommitdiff
path: root/protocols/FacebookRM/theme.h
diff options
context:
space:
mode:
authorRobert Pösel <robyer@seznam.cz>2012-05-25 18:11:53 +0000
committerRobert Pösel <robyer@seznam.cz>2012-05-25 18:11:53 +0000
commit1aa7fb19562f9462311e55dc0b9a7fac18c31180 (patch)
treeabe836fdcac52cf7291cec5a682ce414ebab176d /protocols/FacebookRM/theme.h
parente45307525555ee23035c0d87fbac3ed8ce5a31e8 (diff)
Updated Facebook RM
git-svn-id: http://svn.miranda-ng.org/main/trunk@176 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
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