]> Dogcows Code - chaz/openbox/blobdiff - openbox/menu.c
add ()'s to the macros for more safety
[chaz/openbox] / openbox / menu.c
index a23cb29b7652f6df298e6ba527c167882e148fbd..5c8dcc9de75586afa2ba08a543cd802930485898 100644 (file)
@@ -77,9 +77,9 @@ MenuEntry *menu_entry_new_full(const char *label, Action *action,
     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;
This page took 0.024731 seconds and 4 git commands to generate.