]> Dogcows Code - chaz/openbox/blobdiff - src/screen.hh
better reparent handling, dont fux with the event stack..
[chaz/openbox] / src / screen.hh
index 933fc20de12bdcb5774171026bf86186181eebae..9292c60fdeb12b8ea5fd713330bbc3530e171840 100644 (file)
@@ -177,8 +177,11 @@ public:
   /*!
     This removes the window's frame, reparents it to root, unselects events on
     it, etc.
+    @param client The client to unmanage
+    @param reparented true if the client's window has already reparented
+                      itself; false if it has not.
   */
-  void unmanageWindow(OBClient *client);
+  void unmanageWindow(OBClient *client, bool reparented = false);
 
   //! Raises/Lowers a client window above/below all others in its stacking
   //! layer
This page took 0.020634 seconds and 4 git commands to generate.