aboutsummaryrefslogtreecommitdiff
path: root/src/Window.hh
diff options
context:
space:
mode:
authormarkt <markt>2007-07-24 12:12:45 (GMT)
committermarkt <markt>2007-07-24 12:12:45 (GMT)
commit363764db5b36dbffcc019cec8ffb405d357d7130 (patch)
tree6523b122a926e06abfa9b96f3b31fffe4868495d /src/Window.hh
parent9545871f7a0d44edf400715cd8cdd21d78f36884 (diff)
downloadfluxbox-363764db5b36dbffcc019cec8ffb405d357d7130.zip
fluxbox-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.hh1
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;