aboutsummaryrefslogtreecommitdiffstats
path: root/distrib/sdl-1.2.15/include/SDL_syswm.h
diff options
context:
space:
mode:
Diffstat (limited to 'distrib/sdl-1.2.15/include/SDL_syswm.h')
-rw-r--r--distrib/sdl-1.2.15/include/SDL_syswm.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/distrib/sdl-1.2.15/include/SDL_syswm.h b/distrib/sdl-1.2.15/include/SDL_syswm.h
index 78433c6..771d6b1 100644
--- a/distrib/sdl-1.2.15/include/SDL_syswm.h
+++ b/distrib/sdl-1.2.15/include/SDL_syswm.h
@@ -181,6 +181,18 @@ typedef struct SDL_SysWMinfo {
int data;
} SDL_SysWMinfo;
+#elif defined(SDL_VIDEO_DRIVER_QUARTZ)
+
+struct SDL_SysWMmsg {
+ SDL_version version;
+ int data;
+};
+
+typedef struct SDL_SysWMinfo {
+ SDL_version version;
+ void* nsWindowPtr;
+} SDL_SysWMinfo;
+
#else
/** The generic custom event structure */