aboutsummaryrefslogtreecommitdiff
path: root/gui/dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/dialog.h')
-rw-r--r--gui/dialog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/dialog.h b/gui/dialog.h
index 2f8abf58fe..2096e325e5 100644
--- a/gui/dialog.h
+++ b/gui/dialog.h
@@ -62,6 +62,8 @@ public:
int16 getX() const { return _x; }
int16 getY() const { return _y; }
+ void releaseFocus();
+
protected:
virtual void open();
virtual void close();