diff options
author | Mathias Gumz <akira at fluxbox dot org> | 2012-07-14 08:08:28 (GMT) |
---|---|---|
committer | Mathias Gumz <akira at fluxbox dot org> | 2012-07-14 08:08:28 (GMT) |
commit | a076bdcbdaef5d61370acd35e8e2870fb7ad9e09 (patch) | |
tree | 407162dc75cc242fa446a7dece77987aad0c81e8 /src/ClientPattern.hh | |
parent | 9a28a8bfec7606f19f373a27df33a89ba6f7de7c (diff) | |
parent | 2944cd0014cde6a219822f120fff9588225e8776 (diff) | |
download | fluxbox-a076bdcbdaef5d61370acd35e8e2870fb7ad9e09.zip fluxbox-a076bdcbdaef5d61370acd35e8e2870fb7ad9e09.tar.bz2 |
merge
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 315edb1..a5b7206 100644 --- a/src/ClientPattern.hh +++ b/src/ClientPattern.hh | |||
@@ -55,7 +55,7 @@ public: | |||
55 | TITLE = 0, CLASS, NAME, ROLE, TRANSIENT, | 55 | TITLE = 0, CLASS, NAME, ROLE, TRANSIENT, |
56 | MAXIMIZED, MINIMIZED, SHADED, STUCK, FOCUSHIDDEN, ICONHIDDEN, | 56 | MAXIMIZED, MINIMIZED, SHADED, STUCK, FOCUSHIDDEN, ICONHIDDEN, |
57 | WORKSPACE, WORKSPACENAME, HEAD, LAYER, URGENT, SCREEN, | 57 | WORKSPACE, WORKSPACENAME, HEAD, LAYER, URGENT, SCREEN, |
58 | XPROP | 58 | XPROP, FULLSCREEN, VERTMAX, HORZMAX |
59 | }; | 59 | }; |
60 | 60 | ||
61 | /// Does this client match this pattern? | 61 | /// Does this client match this pattern? |