diff options
author | fluxgen <fluxgen> | 2004-04-18 21:17:36 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2004-04-18 21:17:36 (GMT) |
commit | 23d9630f076892e01722141ccde03f9621e68f71 (patch) | |
tree | 5d0d784c6af6a56b4e1285e731d1aabf05ebd3b2 /src/Window.hh | |
parent | 5fb30d4bfc04206367bc46fee6c22fd3835721cf (diff) | |
download | fluxbox-23d9630f076892e01722141ccde03f9621e68f71.zip fluxbox-23d9630f076892e01722141ccde03f9621e68f71.tar.bz2 |
fixed remember on decoration when we get mwm hint event, patch from Mathias Gumz
Diffstat (limited to 'src/Window.hh')
-rw-r--r-- | src/Window.hh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/Window.hh b/src/Window.hh index 6b5a411..68aff79 100644 --- a/src/Window.hh +++ b/src/Window.hh | |||
@@ -22,7 +22,7 @@ | |||
22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
23 | // DEALINGS IN THE SOFTWARE. | 23 | // DEALINGS IN THE SOFTWARE. |
24 | 24 | ||
25 | // $Id: Window.hh,v 1.111 2004/04/12 18:19:10 fluxgen Exp $ | 25 | // $Id: Window.hh,v 1.112 2004/04/18 21:17:36 fluxgen Exp $ |
26 | 26 | ||
27 | #ifndef WINDOW_HH | 27 | #ifndef WINDOW_HH |
28 | #define WINDOW_HH | 28 | #define WINDOW_HH |
@@ -397,6 +397,7 @@ private: | |||
397 | void updateIconNameFromClient(WinClient &client); | 397 | void updateIconNameFromClient(WinClient &client); |
398 | void updateMWMHintsFromClient(WinClient &client); | 398 | void updateMWMHintsFromClient(WinClient &client); |
399 | void updateBlackboxHintsFromClient(const WinClient &client); | 399 | void updateBlackboxHintsFromClient(const WinClient &client); |
400 | void updateRememberStateFromClient(WinClient &client); | ||
400 | void saveBlackboxAttribs(); | 401 | void saveBlackboxAttribs(); |
401 | void associateClientWindow(bool use_attrs = false, int x = 0, int y = 0, unsigned int width = 1, unsigned int height = 1); | 402 | void associateClientWindow(bool use_attrs = false, int x = 0, int y = 0, unsigned int width = 1, unsigned int height = 1); |
402 | 403 | ||
@@ -477,6 +478,8 @@ private: | |||
477 | maximize, close, menu, sticky, shade, tab, enabled; | 478 | maximize, close, menu, sticky, shade, tab, enabled; |
478 | } decorations; | 479 | } decorations; |
479 | 480 | ||
481 | bool m_toggled_decos; | ||
482 | |||
480 | struct _functions { | 483 | struct _functions { |
481 | bool resize, move, iconify, maximize, close; | 484 | bool resize, move, iconify, maximize, close; |
482 | } functions; | 485 | } functions; |