summaryrefslogtreecommitdiff
path: root/src/win95/awtexld.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/win95/awtexld.h')
-rw-r--r--src/win95/awtexld.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/win95/awtexld.h b/src/win95/awtexld.h
index 9e5eb3f..51266e0 100644
--- a/src/win95/awtexld.h
+++ b/src/win95/awtexld.h
@@ -103,11 +103,13 @@ struct AwCreateGraphicRegion
{
unsigned left, top, right, bottom; /* rectangle to cut from the original image */
unsigned width, height; /* width and height of the resulting surface or texture */
+#if 0
union /* DDSurface or D3DTexture pointer depending on the context used */
{
DDSurface * pSurface; /* Direct Draw Surface object pointer */
D3DTexture * pTexture; /* Direct 3D Texture object pointer */
};
+#endif
};
/* typedef to save typing 'struct' when not using C++ */