diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-02-13 23:44:32 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-02-13 23:44:32 +0000 |
| commit | 54e85b2599e0f8565e8fead1015603828e103b4a (patch) | |
| tree | 26b2da93593e954ff89f562983e82716930d53f3 /src/client.hh | |
| parent | 8446eaedc7d42e54c9719ee0b2c115f5feab09ca (diff) | |
only keep fullscreen windows in the top layer when they or a relative is focused
Diffstat (limited to 'src/client.hh')
| -rw-r--r-- | src/client.hh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/client.hh b/src/client.hh index 27e247a8..597b7638 100644 --- a/src/client.hh +++ b/src/client.hh @@ -434,6 +434,10 @@ private: //! the topmost node (the window you're starting with). Client *Client::searchModalTree(Client *node, Client *skip); + //! Recursively searches the client 'tree' for a focused client, always skips + //! the topmost node (the window you're starting with). + Client *Client::searchFocusTree(Client *node, Client *skip); + //! Fires the urgent callbacks which lets the user do what they want with //! urgent windows void fireUrgent(); |
