Commit e59f20d7 authored by Lionel Ulmer's avatar Lionel Ulmer Committed by Alexandre Julliard

Fixed OpenGL devices implementation.

parent 7f14c085
......@@ -281,7 +281,7 @@ typedef struct render_state {
} RenderState;
typedef struct OpenGL_IDirect3DDevice2 {
IDirect3DDevice2 common;
IDirect3DDevice2Impl common;
/* These are the OpenGL-specific variables */
OSMesaContext ctx;
......@@ -299,7 +299,7 @@ typedef struct OpenGL_IDirect3DDevice2 {
} OpenGL_IDirect3DDevice2;
typedef struct OpenGL_IDirect3DDevice {
IDirect3DDevice common;
IDirect3DDeviceImpl common;
/* These are the OpenGL-specific variables */
OSMesaContext ctx;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment