Mercurial > sdl-ios-xcode
comparison src/video/x11/SDL_x11events.c @ 4519:62d693e01a24
Turned off debug spew
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 13 Jul 2010 23:14:00 -0700 |
parents | a956a315fe67 |
children | 0c67c4328678 |
comparison
equal
deleted
inserted
replaced
4518:a956a315fe67 | 4519:62d693e01a24 |
---|---|
32 #include "../../events/SDL_mouse_c.h" | 32 #include "../../events/SDL_mouse_c.h" |
33 | 33 |
34 #include "SDL_timer.h" | 34 #include "SDL_timer.h" |
35 #include "SDL_syswm.h" | 35 #include "SDL_syswm.h" |
36 | 36 |
37 #define DEBUG_XEVENTS | 37 /*#define DEBUG_XEVENTS*/ |
38 | 38 |
39 static void | 39 static void |
40 X11_DispatchEvent(_THIS) | 40 X11_DispatchEvent(_THIS) |
41 { | 41 { |
42 SDL_VideoData *videodata = (SDL_VideoData *) _this->driverdata; | 42 SDL_VideoData *videodata = (SDL_VideoData *) _this->driverdata; |