From e59f20d76d8e4213020b62d51f69af57f7216e56 Mon Sep 17 00:00:00 2001 From: Lionel Ulmer Date: Thu, 1 Apr 1999 10:00:38 +0000 Subject: [PATCH] Fixed OpenGL devices implementation. --- graphics/d3d_private.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/graphics/d3d_private.h b/graphics/d3d_private.h index 24856018ec4..cc44b1fa4b1 100644 --- a/graphics/d3d_private.h +++ b/graphics/d3d_private.h @@ -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;