]> Dogcows Code - chaz/openbox/blobdiff - src/client.hh
only keep fullscreen windows in the top layer when they or a relative is focused
[chaz/openbox] / src / client.hh
index 27e247a849fc198e9409f6527260dc3ffc7bde8d..597b763878097e69558839114a23787a8ee925fe 100644 (file)
@@ -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();
This page took 0.023651 seconds and 4 git commands to generate.