aboutsummaryrefslogtreecommitdiff
path: root/backends/morphos/morphos.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/morphos/morphos.h')
-rw-r--r--backends/morphos/morphos.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/morphos/morphos.h b/backends/morphos/morphos.h
index 225ee6d6df..aa6184f16d 100644
--- a/backends/morphos/morphos.h
+++ b/backends/morphos/morphos.h
@@ -123,8 +123,8 @@ class OSystem_MorphOS : public OSystem
private:
typedef enum { CSDSPTYPE_WINDOWED, CSDSPTYPE_FULLSCREEN, CSDSPTYPE_TOGGLE, CSDSPTYPE_KEEP } CS_DSPTYPE;
- static const int MAX_MOUSE_W = 40;
- static const int MAX_MOUSE_H = 40;
+ static const int MAX_MOUSE_W = 80;
+ static const int MAX_MOUSE_H = 80;
void CreateScreen(CS_DSPTYPE dspType);
void SwitchScalerTo(SCALERTYPE newScaler);