X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=src%2Fscreen.hh;h=b15c8fc091a437c37a8afa1bc6b7c09c59b9f06f;hb=69f38b9f55dfd56d308e1667973f57431276fcc4;hp=9292c60fdeb12b8ea5fd713330bbc3530e171840;hpb=f11bd1b0cc5973590d1ee547736ac00f50447efa;p=chaz%2Fopenbox diff --git a/src/screen.hh b/src/screen.hh index 9292c60f..b15c8fc0 100644 --- a/src/screen.hh +++ b/src/screen.hh @@ -11,7 +11,7 @@ extern "C" { } #include "client.hh" -#include "widget.hh" +#include "widgetbase.hh" #include "otk/image.hh" #include "otk/strut.hh" #include "otk/rect.hh" @@ -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