comparison test/threadwin.c @ 1712:931d111e737a SDL-1.3

Started framework for Windows video driver
author Sam Lantinga <slouken@libsdl.org>
date Mon, 26 Jun 2006 13:56:56 +0000
parents 4da1ee79c9af
children 6c63fc2bd986
comparison
equal deleted inserted replaced
1711:865ba39fc96d 1712:931d111e737a
78 *maskp = mask; 78 *maskp = mask;
79 return (icon); 79 return (icon);
80 } 80 }
81 81
82 int SDLCALL 82 int SDLCALL
83 FilterEvents(const SDL_Event * event) 83 FilterEvents(SDL_Event * event)
84 { 84 {
85 static int reallyquit = 0; 85 static int reallyquit = 0;
86 86
87 switch (event->type) { 87 switch (event->type) {
88 88