X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=src%2FWindow.hh;fp=src%2FWindow.hh;h=2372b5b114f19919d1d98b47551a2e3585d9b488;hb=0f710360990e6d079116d951295c21664e2e0fce;hp=17157ffc49508c34fa75b84ef83be08f9e4126b4;hpb=35818cc2f103844953c7afb77ab2c5c8fd69b442;p=chaz%2Fopenbox diff --git a/src/Window.hh b/src/Window.hh index 17157ffc..2372b5b1 100644 --- a/src/Window.hh +++ b/src/Window.hh @@ -190,7 +190,6 @@ 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; @@ -380,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 setupDecor(); void setFocusFlag(bool focus); void iconify(void); void deiconify(bool reassoc = True, bool raise = True);