changeset 341:6ca967a46bf1

*** empty log message ***
author Sam Lantinga <slouken@libsdl.org>
date Thu, 11 Apr 2002 21:09:24 +0000
parents b9f1ce709960
children cdf0cf26347b
files src/video/x11/SDL_x11yuv.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/video/x11/SDL_x11yuv.c	Thu Apr 11 21:08:44 2002 +0000
+++ b/src/video/x11/SDL_x11yuv.c	Thu Apr 11 21:09:24 2002 +0000
@@ -51,7 +51,7 @@
 #define PITCH_WORKAROUND
 
 /* Fix for the NVidia GeForce 2 - use the last available adaptor */
-#define USE_LAST_ADAPTOR
+/*#define USE_LAST_ADAPTOR*/  /* Apparently the NVidia drivers are fixed */
 
 /* The functions used to manipulate software video overlays */
 static struct private_yuvhwfuncs x11_yuvfuncs = {