diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-05-28 00:33:58 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-05-28 00:33:58 +0000 |
| commit | 16fcb1213d4ccfccd4e4a8ad5e8b0c826dc5c16e (patch) | |
| tree | 2cbd77bce08fa774a36b65070643a835e9178e97 /openbox/client.h | |
| parent | 8874ec1fc4a142ea67d7c5a45ae9ea92ffdec5ea (diff) | |
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)
Diffstat (limited to 'openbox/client.h')
| -rw-r--r-- | openbox/client.h | 3 |
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); |
