From 16fcb1213d4ccfccd4e4a8ad5e8b0c826dc5c16e Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 28 May 2007 00:33:58 +0000 Subject: when you focus a window, bring any modal children it has to that desktop when falling back, return the window which actually was focused by client_focus let you focus cycle to windows when their modal window is on another desktop (it will be brought over) --- openbox/client.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'openbox/client.h') 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); -- cgit v1.2.3