all repos — openbox @ 4541959b8cce89f566c2599d078ae6a28bda4ead

openbox fork - make it a bit more like ryudo

kill a warning
Dana Jansens danakj@orodu.net
commit

4541959b8cce89f566c2599d078ae6a28bda4ead

parent

dbe2851b910dcdb02afbb744dbb2926286ab8f65

2 files changed, 2 insertions(+), 2 deletions(-)

jump to
M openbox/menu.copenbox/menu.c

@@ -72,7 +72,7 @@ */

Action *a; menu_hash = g_hash_table_new_full(g_str_hash, g_str_equal, - menu_destroy_hash_key, + (GDestroyNotify)menu_destroy_hash_key, (GDestroyNotify)menu_destroy_hash_value); m = menu_new("sex menu", "root", NULL);
M openbox/menu.hopenbox/menu.h

@@ -69,7 +69,7 @@

MenuEntryRenderType_Other = 1 << 7 } MenuEntryRenderType; -typedef struct { +typedef struct MenuEntry { char *label; Menu *parent;