summaryrefslogtreecommitdiff
path: root/openbox/focus.h
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@comhem.se>2008-02-15 16:47:10 +0100
committerMikael Magnusson <mikachu@comhem.se>2008-02-15 16:47:10 +0100
commit9e05faf3d6ac1c527032efb7210de8bbfeb2212c (patch)
tree4ab52e2891af75fb0cf0ba125fd69b727c71c56a /openbox/focus.h
parent0ffd1ccc4701a9814e6ee570461b1250dd16f1e3 (diff)
() -> (void) also in .h files, and fix a place that gave arguments when it shouldn't have.
Diffstat (limited to 'openbox/focus.h')
-rw-r--r--openbox/focus.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/focus.h b/openbox/focus.h
index b8f89994..4f37b728 100644
--- a/openbox/focus.h
+++ b/openbox/focus.h
@@ -41,7 +41,7 @@ void focus_shutdown(gboolean reconfig);
void focus_set_client(struct _ObClient *client);
/*! Focus nothing, but let keyboard events be caught. */
-void focus_nothing();
+void focus_nothing(void);
/*! Call this when you need to focus something! */
struct _ObClient* focus_fallback(gboolean allow_refocus,