]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.h
when you focus a window, bring any modal children it has to that desktop
[chaz/openbox] / openbox / client.h
index 755b973ac9540700bf8cdeac203c7c9df0ae64de..3d81b270cc2130f3c6279a02934cf9a1ca8a6e7a 100644 (file)
@@ -562,6 +562,9 @@ void client_activate(ObClient *self, gboolean here, gboolean user);
   stuff windows. */
 void client_bring_helper_windows(ObClient *self);
 
+/*! Bring all of its modal windows to its desktop. */
+void client_bring_modal_windows(ObClient *self);
+
 /*! Calculates the stacking layer for the client window */
 void client_calc_layer(ObClient *self);
 
This page took 0.022651 seconds and 4 git commands to generate.