diff 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
line wrap: on
line diff
--- a/src/events/SDL_windowevents_c.h	Thu Jan 21 05:49:41 2010 +0000
+++ b/src/events/SDL_windowevents_c.h	Thu Jan 21 06:21:52 2010 +0000
@@ -24,7 +24,7 @@
 #ifndef _SDL_windowevents_c_h
 #define _SDL_windowevents_c_h
 
-extern int SDL_SendWindowEvent(SDL_WindowID windowID, Uint8 windowevent,
+extern int SDL_SendWindowEvent(SDL_Window * window, Uint8 windowevent,
                                int data1, int data2);
 
 #endif /* _SDL_windowevents_c_h */