aboutsummaryrefslogtreecommitdiff
path: root/src/ClientPattern.hh
diff options
context:
space:
mode:
authorsimonb <simonb>2006-04-23 14:51:04 (GMT)
committersimonb <simonb>2006-04-23 14:51:04 (GMT)
commit53f869aa528c6fee86d382ff4cfe6dc1046093c7 (patch)
treed6713a1a23193cc47392147f3e0611db9960bee4 /src/ClientPattern.hh
parent39cacd1da802e4aa2cd4fdeacf0cf2b436d87dfa (diff)
downloadfluxbox-53f869aa528c6fee86d382ff4cfe6dc1046093c7.zip
fluxbox-53f869aa528c6fee86d382ff4cfe6dc1046093c7.tar.bz2
reload the apps file on flux reload
Diffstat (limited to 'src/ClientPattern.hh')
-rw-r--r--src/ClientPattern.hh3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ClientPattern.hh b/src/ClientPattern.hh
index ee7ebc7..6db9c83 100644
--- a/src/ClientPattern.hh
+++ b/src/ClientPattern.hh
@@ -73,6 +73,9 @@ public:
73 return match(win); 73 return match(win);
74 } 74 }
75 75
76 // whether this pattern has identical matching criteria
77 bool equals(const ClientPattern &pat) const;
78
76 /** 79 /**
77 * If there are no terms, then there is assumed to be an error 80 * If there are no terms, then there is assumed to be an error
78 * the column of the error is stored in m_matchlimit 81 * the column of the error is stored in m_matchlimit