]> Dogcows Code - chaz/openbox/commitdiff
put unmanageWindow back how it used to be. no 'remap' argument
authorDana Jansens <danakj@orodu.net>
Wed, 8 Jan 2003 06:46:21 +0000 (06:46 +0000)
committerDana Jansens <danakj@orodu.net>
Wed, 8 Jan 2003 06:46:21 +0000 (06:46 +0000)
src/screen.hh

index 9292c60fdeb12b8ea5fd713330bbc3530e171840..8432139ce861ad86585fc762153da796559863e8 100644 (file)
@@ -178,10 +178,8 @@ 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, bool reparented = false);
+  void unmanageWindow(OBClient *client);
 
   //! Raises/Lowers a client window above/below all others in its stacking
   //! layer
This page took 0.022787 seconds and 4 git commands to generate.