]> Dogcows Code - chaz/openbox/blobdiff - plugins/menu/client_menu.c
kill warnings
[chaz/openbox] / plugins / menu / client_menu.c
index acb33cd59e2f4efdd9ab5005d08c91b6525496e3..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)
This page took 0.024834 seconds and 4 git commands to generate.