From 0f710360990e6d079116d951295c21664e2e0fce Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 10 Aug 2002 16:15:19 +0000 Subject: support the blackbox hints right and the blackbox attributes for decoration state --- src/Window.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Window.hh') 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); -- cgit v1.2.3