Fixed OpenGL devices implementation.

This commit is contained in:
Lionel Ulmer 1999-04-01 10:00:38 +00:00 committed by Alexandre Julliard
parent 7f14c085bd
commit e59f20d76d
1 changed files with 2 additions and 2 deletions

View File

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