Mercurial > sdl-ios-xcode
comparison 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 |
comparison
equal
deleted
inserted
replaced
1662:782fd950bd46 | 1663:11775724e3fe |
---|---|
43 | 43 |
44 /* Workaround when pitch != width */ | 44 /* Workaround when pitch != width */ |
45 #define PITCH_WORKAROUND | 45 #define PITCH_WORKAROUND |
46 | 46 |
47 /* Fix for the NVidia GeForce 2 - use the last available adaptor */ | 47 /* Fix for the NVidia GeForce 2 - use the last available adaptor */ |
48 /*#define USE_LAST_ADAPTOR *//* Apparently the NVidia drivers are fixed */ | 48 #if 0 /* Apparently the NVidia drivers are fixed */ |
49 #define USE_LAST_ADAPTOR | |
50 #endif | |
49 | 51 |
50 /* The functions used to manipulate software video overlays */ | 52 /* The functions used to manipulate software video overlays */ |
51 static struct private_yuvhwfuncs x11_yuvfuncs = { | 53 static struct private_yuvhwfuncs x11_yuvfuncs = { |
52 X11_LockYUVOverlay, | 54 X11_LockYUVOverlay, |
53 X11_UnlockYUVOverlay, | 55 X11_UnlockYUVOverlay, |