]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.h
comment the new parameter
[chaz/openbox] / openbox / client.h
index a4e5c2eaa1558781efc58016229a623c4e41cd3f..1b9ee9bca9b3cc1c20d284ba6c81b3f51bddf37e 100644 (file)
@@ -381,8 +381,10 @@ void client_close(Client *self);
 /*! Kill the client off violently */
 void client_kill(Client *self);
 
-/*! Sends the window to the specified desktop */
-void client_set_desktop(Client *self, guint target);
+/*! Sends the window to the specified desktop
+  @param donthide If TRUE, the window will not be shown/hidden after its
+         desktop has been changed. Generally this should be FALSE. */
+void client_set_desktop(Client *self, guint target, gboolean donthide);
 
 /*! Return a modal child of the client window
     @return A modal child of the client window, or 0 if none was found.
This page took 0.023465 seconds and 4 git commands to generate.