X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Factions%2Fshade.c;h=a8db09899cc9cf5736a578032ff814f7a324b199;hb=ad1b4c7358de45ef748e5aad35cf1b29fb8adbc3;hp=3b69b2a1ec81fe3c8fb0a1460f6624b2d0ebb6b3;hpb=9a0aab8d8d54baed38cdfeb9dcc248232ffa0736;p=chaz%2Fopenbox 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) {