comparison src/video/picogui/SDL_pgevents.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 3692456e7b0f
children d910939febfa
comparison
equal deleted inserted replaced
1360:70a9cfb4cf1b 1361:19418e4422cb
22 Micah Dowty 22 Micah Dowty
23 micahjd@users.sourceforge.net 23 micahjd@users.sourceforge.net
24 */ 24 */
25 25
26 #include "SDL.h" 26 #include "SDL.h"
27 #include "SDL_sysevents.h" 27 #include "../../events/SDL_sysevents.h"
28 #include "SDL_events_c.h" 28 #include "../../events/SDL_events_c.h"
29 #include "SDL_pgvideo.h" 29 #include "SDL_pgvideo.h"
30 #include "SDL_pgevents_c.h" 30 #include "SDL_pgevents_c.h"
31 31
32 int PG_HandleClose(struct pgEvent *evt) 32 int PG_HandleClose(struct pgEvent *evt)
33 { 33 {