From 1af52f6b8d3132b75eefbbf2a80f4cb3d33490ca Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 13 Jul 2007 11:22:14 -0400 Subject: [PATCH] adding comments --- openbox/actions/shade.c | 2 ++ 1 file changed, 2 insertions(+) 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) { -- 2.44.0