X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fclient.hh;fp=src%2Fclient.hh;h=597b763878097e69558839114a23787a8ee925fe;hb=54e85b2599e0f8565e8fead1015603828e103b4a;hp=27e247a849fc198e9409f6527260dc3ffc7bde8d;hpb=8446eaedc7d42e54c9719ee0b2c115f5feab09ca;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();