Mercurial > sdl-ios-xcode
diff src/video/gem/SDL_gemvideo.c @ 1857:417f2af2bd52
Fix mouse cursor change
author | Patrice Mandin <patmandin@gmail.com> |
---|---|
date | Wed, 14 Jun 2006 18:57:58 +0000 |
parents | 8d9bb0cf2c2a |
children | c121d94672cb 9ffd318e7b64 |
line wrap: on
line diff
--- a/src/video/gem/SDL_gemvideo.c Tue May 23 15:07:56 2006 +0000 +++ b/src/video/gem/SDL_gemvideo.c Wed Jun 14 18:57:58 2006 +0000 @@ -440,6 +440,7 @@ /* Set mouse cursor to arrow */ graf_mouse(ARROW, NULL); + GEM_cursor = NULL; /* Init chunky to planar routine */ SDL_Atari_C2pConvert = SDL_Atari_C2pConvert8;