diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/FbTk/Menu.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/FbTk/Menu.hh b/src/FbTk/Menu.hh index 161a4ac..f3ec820 100644 --- a/src/FbTk/Menu.hh +++ b/src/FbTk/Menu.hh | |||
@@ -89,6 +89,7 @@ public: | |||
89 | 89 | ||
90 | void disableTitle(); | 90 | void disableTitle(); |
91 | void enableTitle(); | 91 | void enableTitle(); |
92 | bool isTitleVisible() const { return m_title_vis; } | ||
92 | 93 | ||
93 | void setScreen(int x, int y, int w, int h); | 94 | void setScreen(int x, int y, int w, int h); |
94 | 95 | ||