X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2FWindow.hh;h=0f10cfbcd17ec137dd7fb10f903be41ae659b113;hb=07e619ebbb7c43b22f3bcb5672413d343cf66d24;hp=727f1006378bcfc0b19864602342a78ab4c8c52b;hpb=9d40660bce8e594b6065db961b770d69c46ae53b;p=chaz%2Fopenbox diff --git a/src/Window.hh b/src/Window.hh index 727f1006..0f10cfbc 100644 --- a/src/Window.hh +++ b/src/Window.hh @@ -255,7 +255,8 @@ private: bool getState(void); Window createToplevelWindow(); - Window createChildWindow(Window parent, Cursor = None); + Window createChildWindow(Window parent, unsigned long event_mask, + Cursor = None); bool getWindowType(void); void updateStrut(void); @@ -296,7 +297,7 @@ private: void setState(unsigned long new_state); void upsize(void); void doMove(int x_root, int y_root); - bool doWorkspaceWarping(int x_root, int y_root, int &dx, int dy); + void doWorkspaceWarping(int x_root, int y_root, int &dx); void doWindowSnapping(int &dx, int &dy); void endMove(void); void doResize(int x_root, int y_root); @@ -416,6 +417,7 @@ public: #ifdef SHAPE void configureShape(void); + void clearShape(void); void shapeEvent(XShapeEvent * /*unused*/); #endif // SHAPE