diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-05-08 23:50:13 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-05-08 23:50:13 +0000 |
| commit | 48d7045208e935da4cf8ac500f761fbfb934af77 (patch) | |
| tree | a7615a22f17254df4da69ce8b4e7856d37bf48a5 /openbox/menuframe.c | |
| parent | c54cb4a83cbbe741a21c6a6cd468ef45a5537a85 (diff) | |
update the client menu when you do stuff without closing it.
but this means we can't use actions in it. oh well?
can kill the desktop notifiers now too. yay for more obvious code paths.
Diffstat (limited to 'openbox/menuframe.c')
| -rw-r--r-- | openbox/menuframe.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/openbox/menuframe.c b/openbox/menuframe.c index 768176ab..6ca876fa 100644 --- a/openbox/menuframe.c +++ b/openbox/menuframe.c @@ -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 */ |
