]> Dogcows Code - chaz/openbox/blobdiff - openbox/menuframe.c
update the client menu when you do stuff without closing it.
[chaz/openbox] / openbox / menuframe.c
index 768176abcb218cae14fa026f4cce42675b3e197f..6ca876fa34409f9f778184570bab07d0a824ae69 100644 (file)
@@ -43,7 +43,6 @@ GList *menu_frame_visible;
 static ObMenuEntryFrame* menu_entry_frame_new(ObMenuEntry *entry,
                                               ObMenuFrame *frame);
 static void menu_entry_frame_free(ObMenuEntryFrame *self);
-static void menu_frame_render(ObMenuFrame *self);
 static void menu_frame_update(ObMenuFrame *self);
 static gboolean menu_entry_frame_submenu_timeout(gpointer data);
 
@@ -616,7 +615,7 @@ static gint menu_entry_frame_get_height(ObMenuEntryFrame *self,
     return h;
 }
 
-static void menu_frame_render(ObMenuFrame *self)
+void menu_frame_render(ObMenuFrame *self)
 {
     gint w = 0, h = 0;
     gint tw, th; /* temps */
This page took 0.023725 seconds and 4 git commands to generate.