summaryrefslogtreecommitdiff
path: root/src/monmon.hh
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@opera.com>2020-07-17 15:33:53 +0200
committerJoel Klinghed <the_jk@opera.com>2020-07-17 15:33:53 +0200
commit7b459f749b317456c5c528ea7f44dfe5869fbfd0 (patch)
tree8570e878d93aee84e376ee84751be81e5d2e302e /src/monmon.hh
parent2df36164c6dfaa4c1dfbd7bb652ff9837c8d912c (diff)
Let MonMon implementation set window title
Diffstat (limited to 'src/monmon.hh')
-rw-r--r--src/monmon.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/monmon.hh b/src/monmon.hh
index 05d58a5..0699f57 100644
--- a/src/monmon.hh
+++ b/src/monmon.hh
@@ -47,6 +47,8 @@ public:
protected:
MonMon(std::shared_ptr<PollLooper> const& looper);
+ virtual std::string title() const = 0;
+
virtual void width_changed() {
}