diff options
Diffstat (limited to 'src/Focusable.hh')
-rw-r--r-- | src/Focusable.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Focusable.hh b/src/Focusable.hh index 4583a62..0aae1a4 100644 --- a/src/Focusable.hh +++ b/src/Focusable.hh | |||
@@ -88,7 +88,8 @@ public: | |||
88 | /// @return wm role string (for pattern matching) | 88 | /// @return wm role string (for pattern matching) |
89 | virtual std::string getWMRole() const { return "Focusable"; } | 89 | virtual std::string getWMRole() const { return "Focusable"; } |
90 | 90 | ||
91 | virtual FbTk::FbString getTextProperty(Atom prop) const { return ""; } | 91 | virtual FbTk::FbString getTextProperty(Atom prop,bool*exists=NULL) const { return ""; } |
92 | virtual long getCardinalProperty(Atom prop,bool*exists=NULL) const { return 0; } | ||
92 | 93 | ||
93 | /// @return whether this window is a transient (for pattern matching) | 94 | /// @return whether this window is a transient (for pattern matching) |
94 | virtual bool isTransient() const { return false; } | 95 | virtual bool isTransient() const { return false; } |