]> Dogcows Code - chaz/openbox/blobdiff - openbox/client_list_combined_menu.c
replace the <active> placement option with <placeOn>active/mouse/any</placeOn>
[chaz/openbox] / openbox / client_list_combined_menu.c
index bb4921909fea315665d051937cc5c51e4a08c846..c1572eaf2813fc5efd321fe846a6d8188bca1268 100644 (file)
@@ -22,6 +22,7 @@
 #include "menuframe.h"
 #include "screen.h"
 #include "client.h"
+#include "client_list_combined_menu.h"
 #include "focus.h"
 #include "config.h"
 #include "gettext.h"
@@ -30,7 +31,7 @@
 
 #define MENU_NAME "client-list-combined-menu"
 
-ObMenu *combined_menu;
+static ObMenu *combined_menu;
 
 #define SEPARATOR -1
 #define ADD_DESKTOP -2
@@ -82,8 +83,6 @@ static gboolean self_update(ObMenuFrame *frame, gpointer data)
         }
 
         if (empty || onlyiconic) {
-            ObMenuEntry *e;
-
             /* no entries or only iconified windows, so add a
              * way to go to this desktop without uniconifying a window */
             if (!empty)
This page took 0.022423 seconds and 4 git commands to generate.