summaryrefslogtreecommitdiff
path: root/src/gui_window.hh
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@yahoo.com>2017-07-28 23:30:21 +0200
committerJoel Klinghed <the_jk@yahoo.com>2017-07-28 23:30:21 +0200
commiteecae6af6e99ac341ca9c3aa4b179a2280c07e5b (patch)
treef21f9176a3b0452b8567f12c8e9312da66f65c83 /src/gui_window.hh
parentf38d9ebb38620d1085951c2827d0d4b4c9d34bc6 (diff)
Add GuiWindow::title() and make sure app window has title from start
Diffstat (limited to 'src/gui_window.hh')
-rw-r--r--src/gui_window.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui_window.hh b/src/gui_window.hh
index 1573cb8..6d1cf31 100644
--- a/src/gui_window.hh
+++ b/src/gui_window.hh
@@ -18,6 +18,7 @@ public:
virtual ~GuiWindow() {}
virtual void set_title(std::string const& title) = 0;
+ virtual std::string const& title() const = 0;
// Can be used by implementation if needed
virtual void* impl() const {