From 54e85b2599e0f8565e8fead1015603828e103b4a Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 13 Feb 2003 23:44:32 +0000 Subject: only keep fullscreen windows in the top layer when they or a relative is focused --- src/client.hh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/client.hh') 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(); -- cgit v1.2.3