diff options
author | markt <markt> | 2007-07-24 12:12:45 (GMT) |
---|---|---|
committer | markt <markt> | 2007-07-24 12:12:45 (GMT) |
commit | 363764db5b36dbffcc019cec8ffb405d357d7130 (patch) | |
tree | 6523b122a926e06abfa9b96f3b31fffe4868495d /src/Window.hh | |
parent | 9545871f7a0d44edf400715cd8cdd21d78f36884 (diff) | |
download | fluxbox_pavel-363764db5b36dbffcc019cec8ffb405d357d7130.zip fluxbox_pavel-363764db5b36dbffcc019cec8ffb405d357d7130.tar.bz2 |
fix ToggleDecor for fullscreen and decorationless windows, plus some other cleanup
Diffstat (limited to 'src/Window.hh')
-rw-r--r-- | src/Window.hh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Window.hh b/src/Window.hh index 340df7b..15de2bb 100644 --- a/src/Window.hh +++ b/src/Window.hh | |||
@@ -538,7 +538,6 @@ private: | |||
538 | unsigned int m_workspace_number; | 538 | unsigned int m_workspace_number; |
539 | unsigned long m_current_state; // NormalState | IconicState | Withdrawn | 539 | unsigned long m_current_state; // NormalState | IconicState | Withdrawn |
540 | 540 | ||
541 | Decoration m_old_decoration; | ||
542 | unsigned int m_old_decoration_mask; | 541 | unsigned int m_old_decoration_mask; |
543 | 542 | ||
544 | ClientList m_clientlist; | 543 | ClientList m_clientlist; |