comparison 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
comparison
equal deleted inserted replaced
1856:21f13c787b46 1857:417f2af2bd52
438 /* we change this during the SDL_SetVideoMode implementation... */ 438 /* we change this during the SDL_SetVideoMode implementation... */
439 vformat->BitsPerPixel = VDI_bpp; 439 vformat->BitsPerPixel = VDI_bpp;
440 440
441 /* Set mouse cursor to arrow */ 441 /* Set mouse cursor to arrow */
442 graf_mouse(ARROW, NULL); 442 graf_mouse(ARROW, NULL);
443 GEM_cursor = NULL;
443 444
444 /* Init chunky to planar routine */ 445 /* Init chunky to planar routine */
445 SDL_Atari_C2pConvert = SDL_Atari_C2pConvert8; 446 SDL_Atari_C2pConvert = SDL_Atari_C2pConvert8;
446 447
447 /* Setup VDI fill functions */ 448 /* Setup VDI fill functions */