summaryrefslogtreecommitdiff
path: root/src/core.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core.c')
-rw-r--r--src/core.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/core.c b/src/core.c
index 1454105e..4efe6798 100644
--- a/src/core.c
+++ b/src/core.c
@@ -481,6 +481,12 @@ meta_core_get_menu_accelerator (MetaMenuOp menu_op,
{
const char *name;
+ /* #ifdef MPX
+ * FIXME:
+ * warning: enumeration value 'META_MENU_OP_CLIENT_POINTER' not handled in
+ * switch. (the same for META_MENU_OP_ALLOW_DEVICES)
+ * #endif */
+
name = NULL;
switch (menu_op)