adding comments
Dana Jansens danakj@orodu.net
1 files changed,
2 insertions(+),
0 deletions(-)
jump to
M
openbox/actions/shade.c
→
openbox/actions/shade.c
@@ -23,6 +23,7 @@ }
return FALSE; } +/* Always return FALSE because its not interactive */ static gboolean run_func_off(ObActionsData *data, gpointer options) { if (data->client) {@@ -33,6 +34,7 @@ }
return FALSE; } +/* Always return FALSE because its not interactive */ static gboolean run_func_toggle(ObActionsData *data, gpointer options) { if (data->client) {