comparison src/video/x11/SDL_x11yuv.c @ 341:6ca967a46bf1

*** empty log message ***
author Sam Lantinga <slouken@libsdl.org>
date Thu, 11 Apr 2002 21:09:24 +0000
parents f6ffac90895c
children 1c3cf7231cd4
comparison
equal deleted inserted replaced
340:b9f1ce709960 341:6ca967a46bf1
49 49
50 /* Workaround when pitch != width */ 50 /* Workaround when pitch != width */
51 #define PITCH_WORKAROUND 51 #define PITCH_WORKAROUND
52 52
53 /* Fix for the NVidia GeForce 2 - use the last available adaptor */ 53 /* Fix for the NVidia GeForce 2 - use the last available adaptor */
54 #define USE_LAST_ADAPTOR 54 /*#define USE_LAST_ADAPTOR*/ /* Apparently the NVidia drivers are fixed */
55 55
56 /* The functions used to manipulate software video overlays */ 56 /* The functions used to manipulate software video overlays */
57 static struct private_yuvhwfuncs x11_yuvfuncs = { 57 static struct private_yuvhwfuncs x11_yuvfuncs = {
58 X11_LockYUVOverlay, 58 X11_LockYUVOverlay,
59 X11_UnlockYUVOverlay, 59 X11_UnlockYUVOverlay,