diff options
author | simonb <simonb> | 2006-03-22 12:23:17 (GMT) |
---|---|---|
committer | simonb <simonb> | 2006-03-22 12:23:17 (GMT) |
commit | fe4a7db228d69bc9a66ed948f218ef489b2cedaf (patch) | |
tree | 5ee59c4862b04871dbd6f5112278682e4b005e47 /src/Window.hh | |
parent | da365bb4c99edf1a18e1f8db285f8c2dcee2c5e3 (diff) | |
download | fluxbox_pavel-fe4a7db228d69bc9a66ed948f218ef489b2cedaf.zip fluxbox_pavel-fe4a7db228d69bc9a66ed948f218ef489b2cedaf.tar.bz2 |
external tabs features and bugfixes
Diffstat (limited to 'src/Window.hh')
-rw-r--r-- | src/Window.hh | 3 |
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 |