diff options
Diffstat (limited to 'gui/newgui.h')
-rw-r--r-- | gui/newgui.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gui/newgui.h b/gui/newgui.h index 055f616131..c41fc21c70 100644 --- a/gui/newgui.h +++ b/gui/newgui.h @@ -81,6 +81,9 @@ public: WidgetSize getWidgetSize(); void handleScreenChange(); + + void clearDragWidget(); + protected: OSystem *_system; |