X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fclient.hh;h=597b763878097e69558839114a23787a8ee925fe;hb=213df2814b002da2c5f324210d44559f9d651e21;hp=27e247a849fc198e9409f6527260dc3ffc7bde8d;hpb=07305ec7188fd44f7b6543a3f1f53bc0db3b090d;p=chaz%2Fopenbox 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();