diff src/video/SDL_sysvideo.h @ 5277:3c94c559f5c2

changeset: 5272:cb08ef104ac4 tag: tip user: Martin Decky <martin@decky.cz> date: Sat Feb 12 20:53:06 2011 +0100 summary: improve header files compatibility with SDL 1.2 applications (namely QEMU)
author Sam Lantinga <slouken@libsdl.org>
date Sat, 12 Feb 2011 12:04:00 -0800
parents b530ef003506
children
line wrap: on
line diff
--- a/src/video/SDL_sysvideo.h	Sat Feb 12 11:43:22 2011 -0800
+++ b/src/video/SDL_sysvideo.h	Sat Feb 12 12:04:00 2011 -0800
@@ -114,6 +114,9 @@
     void *driverdata;
 };
 
+/* Forward declaration */
+struct SDL_SysWMinfo;
+
 /* Define the SDL video driver structure */
 #define _THIS	SDL_VideoDevice *_this