From: Dana Jansens Date: Fri, 13 Jul 2007 15:22:14 +0000 (-0400) Subject: adding comments X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=1af52f6b8d3132b75eefbbf2a80f4cb3d33490ca;p=chaz%2Fopenbox adding comments --- diff --git a/openbox/actions/shade.c b/openbox/actions/shade.c index 3b69b2a1..a8db0989 100644 --- a/openbox/actions/shade.c +++ b/openbox/actions/shade.c @@ -23,6 +23,7 @@ static gboolean run_func_on(ObActionsData *data, gpointer options) 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 @@ static gboolean run_func_off(ObActionsData *data, gpointer options) return FALSE; } +/* Always return FALSE because its not interactive */ static gboolean run_func_toggle(ObActionsData *data, gpointer options) { if (data->client) {