# HG changeset patch # User Sam Lantinga # Date 1076518254 0 # Node ID e06ec825242d2cf77cad0fecb1b49d13fd6cd7c3 # Parent 26a0e2d69d39bbe984e0404616b33b7a108bb43d Don't use hardware overlay by default (seems much faster this way) diff -r 26a0e2d69d39 -r e06ec825242d src/video/windx5/SDL_dx5yuv.c --- a/src/video/windx5/SDL_dx5yuv.c Wed Feb 11 16:40:17 2004 +0000 +++ b/src/video/windx5/SDL_dx5yuv.c Wed Feb 11 16:50:54 2004 +0000 @@ -35,7 +35,7 @@ #include "SDL_dx5yuv_c.h" #include "SDL_yuvfuncs.h" -#define USE_DIRECTX_OVERLAY +//#define USE_DIRECTX_OVERLAY /* The functions used to manipulate software video overlays */ static struct private_yuvhwfuncs dx5_yuvfuncs = {