From 94ae743ea668e49d40ae4e2dc5fe1f5d9be018cb Mon Sep 17 00:00:00 2001 From: Henri Verbeet Date: Tue, 30 Aug 2011 20:12:31 +0200 Subject: [PATCH] ddraw: Make the OpenGL renderer the default one. --- dlls/ddraw/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/ddraw/main.c b/dlls/ddraw/main.c index 37a125de42e..38f48149513 100644 --- a/dlls/ddraw/main.c +++ b/dlls/ddraw/main.c @@ -37,7 +37,7 @@ WINE_DEFAULT_DEBUG_CHANNEL(ddraw); /* The configured default surface */ -WINED3DSURFTYPE DefaultSurfaceType = SURFACE_UNKNOWN; +WINED3DSURFTYPE DefaultSurfaceType = SURFACE_OPENGL; /* DDraw list and critical section */ static struct list global_ddraw_list = LIST_INIT(global_ddraw_list);