diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-08-10 16:15:19 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-08-10 16:15:19 +0000 |
| commit | 0f710360990e6d079116d951295c21664e2e0fce (patch) | |
| tree | 778e912f93ca927d97792744c5f3c077e24eefa2 /src/Window.hh | |
| parent | 35818cc2f103844953c7afb77ab2c5c8fd69b442 (diff) | |
support the blackbox hints right and the blackbox attributes for decoration state
Diffstat (limited to 'src/Window.hh')
| -rw-r--r-- | src/Window.hh | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
