diff options
author | markt <markt> | 2007-11-12 21:59:43 (GMT) |
---|---|---|
committer | markt <markt> | 2007-11-12 21:59:43 (GMT) |
commit | 5d7043320da1378e7dd3b10f7e425f3b47455b28 (patch) | |
tree | 305db18a58ab6768b78ab230074da576d09e372d /src/ClientPattern.hh | |
parent | 807a1b557552e43dbdc169c1e7a3065a3f12aac7 (diff) | |
download | fluxbox-5d7043320da1378e7dd3b10f7e425f3b47455b28.zip fluxbox-5d7043320da1378e7dd3b10f7e425f3b47455b28.tar.bz2 |
allow arbitrary window patterns in iconbar
Diffstat (limited to 'src/ClientPattern.hh')
-rw-r--r-- | src/ClientPattern.hh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ClientPattern.hh b/src/ClientPattern.hh index a6d1ede..b76aef8 100644 --- a/src/ClientPattern.hh +++ b/src/ClientPattern.hh | |||
@@ -62,6 +62,12 @@ public: | |||
62 | /// Does this client match this pattern? | 62 | /// Does this client match this pattern? |
63 | bool match(const Focusable &win) const; | 63 | bool match(const Focusable &win) const; |
64 | 64 | ||
65 | /// Does this pattern depend on the focused window? | ||
66 | bool dependsOnFocusedWindow() const; | ||
67 | |||
68 | /// Does this pattern depend on the current workspace? | ||
69 | bool dependsOnCurrentWorkspace() const; | ||
70 | |||
65 | /** | 71 | /** |
66 | * Add an expression to match against | 72 | * Add an expression to match against |
67 | * @param str is a regular expression | 73 | * @param str is a regular expression |