all repos — openbox @ 2309520b482d8002802977a8cfcae57eb8aadd59

openbox fork - make it a bit more like ryudo

no //'s plz
Dana Jansens danakj@orodu.net
commit

2309520b482d8002802977a8cfcae57eb8aadd59

parent

5c472be0b312243b7ef705c84ef42f6560537e04

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

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

@@ -77,9 +77,9 @@

menu_entry->label = g_strdup(label); menu_entry->render_type = render_type; menu_entry->action.func = action->func; - menu_entry->action.data = action->data; //watch out. copying Client * ptr + menu_entry->action.data = action->data; /*watch out. copying Client * ptr*/ - menu_entry->render_data = render_data; //watch out. + menu_entry->render_data = render_data; /*watch out.*/ menu_entry->submenu = submenu; return menu_entry;