aboutsummaryrefslogtreecommitdiff
path: root/backends
diff options
context:
space:
mode:
authorNicolas Bacca2003-05-05 07:23:45 +0000
committerNicolas Bacca2003-05-05 07:23:45 +0000
commit36dab1d64ebbc24958fc82e4d8760aa82e1246c3 (patch)
tree3962a6fe654d96d39be96cb844e5438e2cf086dc /backends
parentffce530d70836b0a021210632442f94475ededea (diff)
downloadscummvm-rg350-36dab1d64ebbc24958fc82e4d8760aa82e1246c3.tar.gz
scummvm-rg350-36dab1d64ebbc24958fc82e4d8760aa82e1246c3.tar.bz2
scummvm-rg350-36dab1d64ebbc24958fc82e4d8760aa82e1246c3.zip
Bigger mouse cursor
svn-id: r7335
Diffstat (limited to 'backends')
-rw-r--r--backends/wince/wince.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/wince/wince.h b/backends/wince/wince.h
index ff506fe33d..d9a71e6d35 100644
--- a/backends/wince/wince.h
+++ b/backends/wince/wince.h
@@ -209,8 +209,8 @@ public:
SCREEN_HEIGHT = 200,
CKSUM_NUM = (SCREEN_WIDTH*SCREEN_HEIGHT/(8*8)),
- MAX_MOUSE_W = 40,
- MAX_MOUSE_H = 40,
+ MAX_MOUSE_W = 80,
+ MAX_MOUSE_H = 80,
MAX_SCALING = 3,
TMP_SCREEN_OFFS = 320*2 + 8,