]> Dogcows Code - chaz/openbox/blobdiff - openbox/focus.h
() -> (void) also in .h files, and fix a place that gave arguments when it shouldn...
[chaz/openbox] / openbox / focus.h
index b8f899940d72047ea1c5fb9c79f4d0f5a369c0a8..4f37b7281fce234a4850b0967a9f2efa4f1b14dc 100644 (file)
@@ -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,
This page took 0.020446 seconds and 4 git commands to generate.