diff src/video/wincommon/SDL_lowvideo.h @ 1251:86d0d01290ea

Updated Windows CE/PocketPC support...adds GAPI driver, landscape mode, updated project files, VS2005 support, VGA mode, more device support, etc, etc, etc. Fixes Bugzilla #47 and #28. --ryan.
author Ryan C. Gordon <icculus@icculus.org>
date Thu, 19 Jan 2006 08:43:00 +0000
parents 31fa08b36380
children 7c7ddaf195bf
line wrap: on
line diff
--- a/src/video/wincommon/SDL_lowvideo.h	Thu Jan 19 08:36:41 2006 +0000
+++ b/src/video/wincommon/SDL_lowvideo.h	Thu Jan 19 08:43:00 2006 +0000
@@ -40,7 +40,8 @@
 	SDL_VideoSurface &&						\
 	((SDL_VideoSurface->flags & SDL_FULLSCREEN) == SDL_FULLSCREEN) && \
 	(((SDL_VideoSurface->flags & SDL_OPENGL   ) == SDL_OPENGL    ) || \
-	 (strcmp(this->name, "windib") == 0))				\
+	((strcmp(this->name, "windib") == 0) || \
+	 (strcmp(this->name, "gapi") == 0))) \
 )
 #define DDRAW_FULLSCREEN() 						\
 (									\