projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a0aab8
)
adding comments
author
Dana Jansens
<danakj@orodu.net>
Fri, 13 Jul 2007 15:22:14 +0000
(11:22 -0400)
committer
Dana Jansens
<danakj@orodu.net>
Fri, 13 Jul 2007 15:22:14 +0000
(11:22 -0400)
openbox/actions/shade.c
patch
|
blob
|
history
diff --git
a/openbox/actions/shade.c
b/openbox/actions/shade.c
index 3b69b2a1ec81fe3c8fb0a1460f6624b2d0ebb6b3..a8db09899cc9cf5736a578032ff814f7a324b199 100644
(file)
--- 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) {