diff src/video/x11/SDL_x11yuv.c @ 1663:11775724e3fe SDL-1.3

fine tuning indent output
author Sam Lantinga <slouken@libsdl.org>
date Sun, 28 May 2006 13:29:03 +0000
parents 782fd950bd46
children 4da1ee79c9af
line wrap: on
line diff
--- a/src/video/x11/SDL_x11yuv.c	Sun May 28 13:04:16 2006 +0000
+++ b/src/video/x11/SDL_x11yuv.c	Sun May 28 13:29:03 2006 +0000
@@ -45,7 +45,9 @@
 #define PITCH_WORKAROUND
 
 /* Fix for the NVidia GeForce 2 - use the last available adaptor */
-                                                                                                                                                                                                                                        /*#define USE_LAST_ADAPTOR *//* Apparently the NVidia drivers are fixed */
+#if 0                           /* Apparently the NVidia drivers are fixed */
+#define USE_LAST_ADAPTOR
+#endif
 
 /* The functions used to manipulate software video overlays */
 static struct private_yuvhwfuncs x11_yuvfuncs = {