From 7b459f749b317456c5c528ea7f44dfe5869fbfd0 Mon Sep 17 00:00:00 2001 From: Joel Klinghed Date: Fri, 17 Jul 2020 15:33:53 +0200 Subject: Let MonMon implementation set window title --- src/monmon.hh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/monmon.hh') 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 const& looper); + virtual std::string title() const = 0; + virtual void width_changed() { } -- cgit v1.3