aboutsummaryrefslogtreecommitdiff
path: root/src/Focusable.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/Focusable.hh')
-rw-r--r--src/Focusable.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Focusable.hh b/src/Focusable.hh
index 47f14d3..4583a62 100644
--- a/src/Focusable.hh
+++ b/src/Focusable.hh
@@ -88,6 +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 ""; }
92
91 /// @return whether this window is a transient (for pattern matching) 93 /// @return whether this window is a transient (for pattern matching)
92 virtual bool isTransient() const { return false; } 94 virtual bool isTransient() const { return false; }
93 95