X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2FWindow.hh;h=2372b5b114f19919d1d98b47551a2e3585d9b488;hb=6e07a64d3306ac26c0cb6bd029356fe1fcee4756;hp=8143ade15cefb6eb9ad97adc4fe20b976e8bc8c5;hpb=bc3268b6f9f86e6aebe0d06ce174b2d603d09c1e;p=chaz%2Fopenbox diff --git a/src/Window.hh b/src/Window.hh index 8143ade1..2372b5b1 100644 --- a/src/Window.hh +++ b/src/Window.hh @@ -190,9 +190,9 @@ private: /* * what decorations do we have? * this is based on the type of the client window as well as user input - * 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 +256,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 +378,8 @@ public: void beginMove(int x_root, int y_root); void beginResize(int x_root, int y_root, Corner dir); + void enableDecor(bool enable); + void setupDecor(); void setFocusFlag(bool focus); void iconify(void); void deiconify(bool reassoc = True, bool raise = True);