]> Dogcows Code - chaz/openbox/blobdiff - src/client.hh
add function to focus modal children
[chaz/openbox] / src / client.hh
index e66712c43de3f8ecc3491aa08eef921ed9e5ff70..d3e3a9b062e90fa50bef2db192f09d2f1ae4522e 100644 (file)
@@ -472,6 +472,12 @@ private:
   void internal_resize(Corner anchor, int w, int h, bool user = true,
                        int x = INT_MIN, int y = INT_MIN);
 
+  //! Attempts to focus a modal child of this window, recursively.
+  /*!
+    @return true if a modal child has been found and focused; otherwise, false.
+  */
+  bool focusModalChild();
+
 public:
 #ifndef SWIG
   //! Constructs a new Client object around a specified window id
This page took 0.0208 seconds and 4 git commands to generate.