diff options
author | Mathias Gumz <akira at fluxbox dot org> | 2010-09-09 13:33:12 (GMT) |
---|---|---|
committer | Mathias Gumz <akira at fluxbox dot org> | 2010-09-09 13:33:12 (GMT) |
commit | 534db1d4092bae83d95620a18aef3dd362627fae (patch) | |
tree | 0d527059fe6a293e49abec941ef6e568107649fd /src/ClientPattern.hh | |
parent | 77f39235cf3ad79c5ff7d2b0f4717660476f3cf4 (diff) | |
download | fluxbox_pavel-534db1d4092bae83d95620a18aef3dd362627fae.zip fluxbox_pavel-534db1d4092bae83d95620a18aef3dd362627fae.tar.bz2 |
reduced 'switch/case' and 'else if' hell a little bit
Diffstat (limited to 'src/ClientPattern.hh')
-rw-r--r-- | src/ClientPattern.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ClientPattern.hh b/src/ClientPattern.hh index 153b7c0..9eb7653 100644 --- a/src/ClientPattern.hh +++ b/src/ClientPattern.hh | |||
@@ -51,7 +51,7 @@ public: | |||
51 | std::string toString() const; | 51 | std::string toString() const; |
52 | 52 | ||
53 | enum WinProperty { | 53 | enum WinProperty { |
54 | TITLE, CLASS, NAME, ROLE, TRANSIENT, | 54 | TITLE = 0, CLASS, NAME, ROLE, TRANSIENT, |
55 | MAXIMIZED, MINIMIZED, SHADED, STUCK, FOCUSHIDDEN, ICONHIDDEN, | 55 | MAXIMIZED, MINIMIZED, SHADED, STUCK, FOCUSHIDDEN, ICONHIDDEN, |
56 | WORKSPACE, WORKSPACENAME, HEAD, LAYER, URGENT, SCREEN | 56 | WORKSPACE, WORKSPACENAME, HEAD, LAYER, URGENT, SCREEN |
57 | }; | 57 | }; |