comparison src/video/SDL_video.c @ 1735:8dd28c4ef746 SDL-1.3

SDL_Rect now uses int for position and size. Added a few more rectangle functions. Added a dirty rectangle list implementation.
author Sam Lantinga <slouken@libsdl.org>
date Mon, 10 Jul 2006 07:34:50 +0000
parents f7c667ded87d
children
comparison
equal deleted inserted replaced
1734:f7c667ded87d 1735:8dd28c4ef746
1108 1108
1109 if (FULLSCREEN_VISIBLE(window)) { 1109 if (FULLSCREEN_VISIBLE(window)) {
1110 SDL_SetDisplayMode(NULL); 1110 SDL_SetDisplayMode(NULL);
1111 } 1111 }
1112 } 1112 }
1113 return 0;
1113 } 1114 }
1114 1115
1115 void 1116 void
1116 SDL_SetWindowGrab(SDL_WindowID windowID, int mode) 1117 SDL_SetWindowGrab(SDL_WindowID windowID, int mode)
1117 { 1118 {