aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/maemo/maemo.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/platform/maemo/maemo.h')
-rw-r--r--backends/platform/maemo/maemo.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/backends/platform/maemo/maemo.h b/backends/platform/maemo/maemo.h
index dd8ba325ab..a7f2ec35bb 100644
--- a/backends/platform/maemo/maemo.h
+++ b/backends/platform/maemo/maemo.h
@@ -34,8 +34,12 @@ public:
virtual void initBackend();
virtual void quit();
virtual void fatalError();
-};
+ virtual void setWindowCaption(const char *caption);
+
+private:
+ virtual void setXWindowName(const char *caption);
+};
#endif
#endif