]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.h
() -> (void) also in .h files, and fix a place that gave arguments when it shouldn...
[chaz/openbox] / openbox / client.h
index c24fcb20ca0d66aaa9b91e19e363264245a6a031..6a396cf426835f1f78eaf817a2d43de24004dd02 100644 (file)
@@ -327,7 +327,7 @@ void client_remove_destroy_notify(ObClientCallback func);
 */
 void client_manage(Window win, struct _ObPrompt *prompt);
 /*! Unmanages all managed windows */
-void client_unmanage_all();
+void client_unmanage_all(void);
 /*! Unmanages a given client */
 void client_unmanage(ObClient *client);
 
@@ -340,7 +340,7 @@ ObClient *client_fake_manage(Window win);
 void client_fake_unmanage(ObClient *self);
 
 /*! Sets the client list on the root window from the client_list */
-void client_set_list();
+void client_set_list(void);
 
 /*! Determines if the client should be shown or hidden currently.
   @return TRUE if it should be visible; otherwise, FALSE.
@@ -715,7 +715,7 @@ void client_set_layer(ObClient *self, gint layer);
 
 guint client_monitor(ObClient *self);
 
-ObClient* client_under_pointer();
+ObClient* client_under_pointer(void);
 
 gboolean client_has_group_siblings(ObClient *self);
 
This page took 0.026274 seconds and 4 git commands to generate.