diff 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
line wrap: on
line diff
--- a/src/events/SDL_windowevents_c.h	Thu Jul 06 05:53:32 2006 +0000
+++ b/src/events/SDL_windowevents_c.h	Thu Jul 06 07:17:11 2006 +0000
@@ -27,8 +27,6 @@
 extern int SDL_SendWindowEvent(SDL_WindowID windowID, Uint8 windowevent,
                                int data1, int data2);
 
-extern int SDL_SendSysWMEvent(SDL_SysWMmsg * message);
-
 #endif /* _SDL_windowevents_c_h */
 
 /* vi: set ts=4 sw=4 expandtab: */