ddraw: Make the OpenGL renderer the default one.

This commit is contained in:
Henri Verbeet 2011-08-30 20:12:31 +02:00 committed by Alexandre Julliard
parent dd462052c6
commit 94ae743ea6
1 changed files with 1 additions and 1 deletions

View File

@ -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);