comparison src/events/SDL_resize.c @ 1361:19418e4422cb

New configure-based build system. Still work in progress, but much improved
author Sam Lantinga <slouken@libsdl.org>
date Thu, 16 Feb 2006 10:11:48 +0000
parents c9b51268668f
children d910939febfa
comparison
equal deleted inserted replaced
1360:70a9cfb4cf1b 1361:19418e4422cb
22 22
23 /* Resize event handling code for SDL */ 23 /* Resize event handling code for SDL */
24 24
25 #include "SDL_events.h" 25 #include "SDL_events.h"
26 #include "SDL_events_c.h" 26 #include "SDL_events_c.h"
27 #include "SDL_sysvideo.h" 27 #include "../video/SDL_sysvideo.h"
28 28
29 29
30 /* Keep the last resize event so we don't post duplicates */ 30 /* Keep the last resize event so we don't post duplicates */
31 static struct { 31 static struct {
32 int w; 32 int w;