diff include/SDL_syswm.h @ 3274:08574b033f37

Removed outdated Nano-X support
author Sam Lantinga <slouken@libsdl.org>
date Sat, 19 Sep 2009 07:26:51 +0000
parents 979164e58723
children d3baf5ac4e37
line wrap: on
line diff
--- a/include/SDL_syswm.h	Sat Sep 19 07:22:07 2009 +0000
+++ b/include/SDL_syswm.h	Sat Sep 19 07:26:51 2009 +0000
@@ -112,23 +112,6 @@
     } info;
 };
 
-#elif defined(SDL_VIDEO_DRIVER_NANOX)
-#include <microwin/nano-X.h>
-
-/* The generic custom event structure */
-struct SDL_SysWMmsg
-{
-    SDL_version version;
-    int data;
-};
-
-/* The windows custom window manager information structure */
-struct SDL_SysWMinfo
-{
-    SDL_version version;
-    GR_WINDOW_ID window;        /* The display window */
-};
-
 #elif defined(SDL_VIDEO_DRIVER_WIN32)
 #define WIN32_LEAN_AND_MEAN
 #include <windows.h>