aboutsummaryrefslogtreecommitdiff
path: root/src/Window.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/Window.hh')
-rw-r--r--src/Window.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Window.hh b/src/Window.hh
index 700bd10..de5bfe4 100644
--- a/src/Window.hh
+++ b/src/Window.hh
@@ -96,7 +96,7 @@ public:
96 ATTRIB_WORKSPACE = 0x10, ///< workspace 96 ATTRIB_WORKSPACE = 0x10, ///< workspace
97 ATTRIB_STACK = 0x20, ///< stack 97 ATTRIB_STACK = 0x20, ///< stack
98 ATTRIB_DECORATION = 0x40, ///< decorations 98 ATTRIB_DECORATION = 0x40, ///< decorations
99 ATTRIB_HIDDEN = 0x80, ///< hidden 99 ATTRIB_HIDDEN = 0x80 ///< hidden
100 }; 100 };
101 101
102 /** 102 /**