]> Dogcows Code - chaz/openbox/blobdiff - plugins/menu/client_menu.c
prefix Group to ObGroup
[chaz/openbox] / plugins / menu / client_menu.c
index 67c17acd2c73088f32fa740075f87a61644898fa..d4c94aad4674a106fe473bde610500abe345b63d 100644 (file)
@@ -9,13 +9,15 @@
 
 #include "render/theme.h"
 
+#if 0
 static char *PLUGIN_NAME = "client_menu";
+#endif
 
 static Menu *send_to_menu;
 static Menu *layer_menu;
 
 typedef struct {
-
+    gint foo;
 } Client_Menu_Data;
 
 #define CLIENT_MENU(m) ((Menu *)m)
@@ -56,6 +58,7 @@ void client_send_to_update(Menu *self)
     }
 }
 
+#if 0
 void client_menu_show(Menu *self, int x, int y, Client *client)
 {
     int newy;
@@ -82,6 +85,7 @@ void client_menu_show(Menu *self, int x, int y, Client *client)
        menu_hide(self->open_submenu);
     }
 }
+#endif
 
 void plugin_setup_config() { }
 
This page took 0.022954 seconds and 4 git commands to generate.