]> Dogcows Code - chaz/openbox/blobdiff - src/frame.hh
better reparent handling, dont fux with the event stack..
[chaz/openbox] / src / frame.hh
index a36a6eec531cbe3ea46c318bb5ae67da81ff6590..e6236830e62056e494a40822bdc60001458a6543 100644 (file)
@@ -67,14 +67,6 @@ private:
   */
   OBClient::DecorationFlags _decorations;
 
-  //! Reparents the client window from the root window onto the frame
-  void grabClient();
-  //! Reparents the client window back to the root window
-  /*!
-    @param remap Re-map the client window when we're done reparenting?
-  */
-  void releaseClient(bool remap);
-
 public:
   //! Constructs an OBFrame object, and reparents the client to itself
   /*!
@@ -98,6 +90,14 @@ public:
 
   void setTitle(const std::string &text);
  
+  //! Reparents the client window from the root window onto the frame
+  void grabClient();
+  //! Reparents the client window back to the root window
+  /*!
+    This is not to be called if the client has already reparented itself.
+  */
+  void releaseClient();
+
   //! Update the frame's size to match the client
   void adjustSize();
   //! Update the frame's position to match the client
This page took 0.020032 seconds and 4 git commands to generate.