aboutsummaryrefslogtreecommitdiff
path: root/gui/dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/dialog.h')
-rw-r--r--gui/dialog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/dialog.h b/gui/dialog.h
index 80ae07ef78..e3d7f46cfa 100644
--- a/gui/dialog.h
+++ b/gui/dialog.h
@@ -74,6 +74,7 @@ protected:
virtual void handleKeyUp(uint16 ascii, int keycode, int modifiers);
virtual void handleMouseMoved(int x, int y, int button);
virtual void handleCommand(CommandSender *sender, uint32 cmd, uint32 data);
+ virtual void handleScreenChanged() {}
Widget *findWidget(int x, int y); // Find the widget at pos x,y if any