summaryrefslogtreecommitdiff
path: root/openbox/focus.c
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@comhem.se>2007-09-04 06:21:22 +0200
committerMikael Magnusson <mikachu@comhem.se>2007-09-04 06:27:10 +0200
commit556eb7b7fb20b3b0db03b6d92259ad3bb16dccde (patch)
treee1d67b73f558a23a925ef90abb7575013d5cd89e /openbox/focus.c
parent9b803f4755b73d1e3d28943c4c141493ad36317c (diff)
ANSI function declarations, ie () -> (void)
Diffstat (limited to 'openbox/focus.c')
-rw-r--r--openbox/focus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/focus.c b/openbox/focus.c
index b056db7e..df02cb76 100644
--- a/openbox/focus.c
+++ b/openbox/focus.c
@@ -178,7 +178,7 @@ ObClient* focus_fallback(gboolean allow_refocus, gboolean allow_pointer,
return new;
}
-void focus_nothing()
+void focus_nothing(void)
{
/* Install our own colormap */
if (focus_client != NULL) {