comparison src/events/SDL_windowevents_c.h @ 3685:64ce267332c6

Switched from SDL_WindowID and SDL_TextureID to SDL_Window* and SDL_Texture* for code simplicity and improved performance.
author Sam Lantinga <slouken@libsdl.org>
date Thu, 21 Jan 2010 06:21:52 +0000
parents 99210400e8b9
children f7b03b6838cb
comparison
equal deleted inserted replaced
3684:cc564f08884f 3685:64ce267332c6
22 #include "SDL_config.h" 22 #include "SDL_config.h"
23 23
24 #ifndef _SDL_windowevents_c_h 24 #ifndef _SDL_windowevents_c_h
25 #define _SDL_windowevents_c_h 25 #define _SDL_windowevents_c_h
26 26
27 extern int SDL_SendWindowEvent(SDL_WindowID windowID, Uint8 windowevent, 27 extern int SDL_SendWindowEvent(SDL_Window * window, Uint8 windowevent,
28 int data1, int data2); 28 int data1, int data2);
29 29
30 #endif /* _SDL_windowevents_c_h */ 30 #endif /* _SDL_windowevents_c_h */
31 31
32 /* vi: set ts=4 sw=4 expandtab: */ 32 /* vi: set ts=4 sw=4 expandtab: */