diff options
author | Mark Tiefenbruck <mark@fluxbox.org> | 2009-06-28 20:10:58 (GMT) |
---|---|---|
committer | Mark Tiefenbruck <mark@fluxbox.org> | 2009-06-28 20:10:58 (GMT) |
commit | 589125672b684f18fbfb81dddb3a3fe45c857516 (patch) | |
tree | b58b68e89b0987bbe37b8d411533afdfdd39847b /src/ClientPattern.hh | |
parent | bb05494751e978b3e5edd1a54f7402a898762b9f (diff) | |
download | fluxbox-589125672b684f18fbfb81dddb3a3fe45c857516.zip fluxbox-589125672b684f18fbfb81dddb3a3fe45c857516.tar.bz2 |
allow matching screen number in ClientPattern
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 4e25cb5..153b7c0 100644 --- a/src/ClientPattern.hh +++ b/src/ClientPattern.hh | |||
@@ -53,7 +53,7 @@ public: | |||
53 | enum WinProperty { | 53 | enum WinProperty { |
54 | TITLE, CLASS, NAME, ROLE, TRANSIENT, | 54 | TITLE, CLASS, NAME, ROLE, TRANSIENT, |
55 | MAXIMIZED, MINIMIZED, SHADED, STUCK, FOCUSHIDDEN, ICONHIDDEN, | 55 | MAXIMIZED, MINIMIZED, SHADED, STUCK, FOCUSHIDDEN, ICONHIDDEN, |
56 | WORKSPACE, WORKSPACENAME, HEAD, LAYER, URGENT | 56 | WORKSPACE, WORKSPACENAME, HEAD, LAYER, URGENT, SCREEN |
57 | }; | 57 | }; |
58 | 58 | ||
59 | /// Does this client match this pattern? | 59 | /// Does this client match this pattern? |