X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2FWindow.hh;fp=src%2FWindow.hh;h=17157ffc49508c34fa75b84ef83be08f9e4126b4;hb=36db2d24ef4e14cb7f5fa82cba873beceae5c01e;hp=8143ade15cefb6eb9ad97adc4fe20b976e8bc8c5;hpb=5b088be950ce6e6a496b573e81dabeb54bd740ef;p=chaz%2Fopenbox diff --git a/src/Window.hh b/src/Window.hh index 8143ade1..17157ffc 100644 --- a/src/Window.hh +++ b/src/Window.hh @@ -193,6 +193,7 @@ private: * the menu is not really decor, but it goes hand in hand with the decor */ DecorationFlags decorations; + DecorationFlags mwm_decorations; Corner resize_dir; WindowType window_type; @@ -256,7 +257,7 @@ private: Window createToplevelWindow(); Window createChildWindow(Window parent, Cursor = None); - void getWindowType(void); + bool getWindowType(void); void updateStrut(void); void getWMName(void); void getWMIconName(void); @@ -378,6 +379,7 @@ public: void beginMove(int x_root, int y_root); void beginResize(int x_root, int y_root, Corner dir); + void enableDecor(bool enable); void setFocusFlag(bool focus); void iconify(void); void deiconify(bool reassoc = True, bool raise = True);