aboutsummaryrefslogtreecommitdiff
path: root/src/Window.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/Window.hh')
-rw-r--r--src/Window.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Window.hh b/src/Window.hh
index 9ad9594..44214c7 100644
--- a/src/Window.hh
+++ b/src/Window.hh
@@ -62,7 +62,8 @@ public:
62 DECOR_NONE=0, ///< no decor at all 62 DECOR_NONE=0, ///< no decor at all
63 DECOR_NORMAL, ///< normal normal 63 DECOR_NORMAL, ///< normal normal
64 DECOR_TINY, ///< tiny decoration 64 DECOR_TINY, ///< tiny decoration
65 DECOR_TOOL ///< decor tool 65 DECOR_TOOL, ///< decor tool
66 DECOR_TAB ///< decor tab (border + tab)
66 }; 67 };
67 68
68 /// Motif wm Hints 69 /// Motif wm Hints