summaryrefslogtreecommitdiff
path: root/openbox/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/client.h')
-rw-r--r--openbox/client.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/openbox/client.h b/openbox/client.h
index 755b973a..3d81b270 100644
--- a/openbox/client.h
+++ b/openbox/client.h
@@ -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);