diff options
Diffstat (limited to 'gui/resources.hpp')
-rw-r--r-- | gui/resources.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/resources.hpp b/gui/resources.hpp index 339e03ade..bef97dd88 100644 --- a/gui/resources.hpp +++ b/gui/resources.hpp @@ -28,7 +28,7 @@ protected: }; typedef enum { - TOUCH_START = 0, + TOUCH_START = 0, TOUCH_DRAG = 1, TOUCH_RELEASE = 2, TOUCH_HOLD = 3, |