comparison src/events/SDL_windowevents_c.h @ 1724:6c63fc2bd986 SDL-1.3

Proof of concept done - Win32 GDI implementation mostly complete.
author Sam Lantinga <slouken@libsdl.org>
date Thu, 06 Jul 2006 07:17:11 +0000
parents a1ebb17f9c52
children
comparison
equal deleted inserted replaced
1723:4bdbb9b2bd0a 1724:6c63fc2bd986
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_WindowID windowID, Uint8 windowevent,
28 int data1, int data2); 28 int data1, int data2);
29 29
30 extern int SDL_SendSysWMEvent(SDL_SysWMmsg * message);
31
32 #endif /* _SDL_windowevents_c_h */ 30 #endif /* _SDL_windowevents_c_h */
33 31
34 /* vi: set ts=4 sw=4 expandtab: */ 32 /* vi: set ts=4 sw=4 expandtab: */