comparison src/SDL_compat.c @ 1680:9488fca10677 SDL-1.3

Dummy video driver works again in high color video modes. Yay!
author Sam Lantinga <slouken@libsdl.org>
date Wed, 14 Jun 2006 08:41:13 +0000
parents 90bf530ced8e
children 80a5e6a4e1e2
comparison
equal deleted inserted replaced
1679:153477a6cc31 1680:9488fca10677
579 SDL_SetWindowGrab(SDL_VideoWindow, mode); 579 SDL_SetWindowGrab(SDL_VideoWindow, mode);
580 } 580 }
581 return (SDL_GrabMode) SDL_GetWindowGrab(SDL_VideoWindow); 581 return (SDL_GrabMode) SDL_GetWindowGrab(SDL_VideoWindow);
582 } 582 }
583 583
584 void
585 SDL_WarpMouse(Uint16 x, Uint16 y)
586 {
587 SDL_WarpMouseInWindow(SDL_VideoWindow, x, y);
588 }
589
584 Uint8 590 Uint8
585 SDL_GetAppState(void) 591 SDL_GetAppState(void)
586 { 592 {
587 Uint8 state = 0; 593 Uint8 state = 0;
588 Uint32 flags = 0; 594 Uint32 flags = 0;