changeset 3949:70dac8976f94 SDL-1.2

Minor macrom comment cleanup.
author Ryan C. Gordon <icculus@icculus.org>
date Sun, 03 Jun 2007 19:21:07 +0000
parents ab8297bf3768
children 9d9e15ab1697
files src/video/macrom/SDL_romvideo.c
diffstat 1 files changed, 6 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/video/macrom/SDL_romvideo.c	Sun Jun 03 19:19:16 2007 +0000
+++ b/src/video/macrom/SDL_romvideo.c	Sun Jun 03 19:21:07 2007 +0000
@@ -163,7 +163,7 @@
 	device->GL_SwapBuffers = Mac_GL_SwapBuffers;
 	device->GL_LoadLibrary = Mac_GL_LoadLibrary;
 	device->GL_GetProcAddress = Mac_GL_GetProcAddress;
-#endif	// Have OpenGL
+#endif	/* Have OpenGL */
 	device->SetCaption = Mac_SetCaption;
 	device->SetIcon = NULL;
 	device->IconifyWindow = NULL;
@@ -689,8 +689,11 @@
 		(**cTab).ctTable[j].rgb.green = colors[i].g << 8 | colors[i].g;
 		(**cTab).ctTable[j].rgb.blue = colors[i].b << 8 | colors[i].b;
 	}
-//	if ( (this->screen->flags & SDL_FULLSCREEN) == SDL_FULLSCREEN ) 
-{
+
+#if 0
+	if ( (this->screen->flags & SDL_FULLSCREEN) == SDL_FULLSCREEN )
+#endif
+	{
 		GDevice **odisplay;
 		odisplay = GetGDevice();
 		SetGDevice(SDL_Display);