diff options
| author | Joel Klinghed <the_jk@opera.com> | 2020-07-17 15:33:53 +0200 |
|---|---|---|
| committer | Joel Klinghed <the_jk@opera.com> | 2020-07-17 15:33:53 +0200 |
| commit | 7b459f749b317456c5c528ea7f44dfe5869fbfd0 (patch) | |
| tree | 8570e878d93aee84e376ee84751be81e5d2e302e /src/monmon.hh | |
| parent | 2df36164c6dfaa4c1dfbd7bb652ff9837c8d912c (diff) | |
Let MonMon implementation set window title
Diffstat (limited to 'src/monmon.hh')
| -rw-r--r-- | src/monmon.hh | 2 |
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() { } |
