From 7ef81cbc6e162f1fcced6b294f6a4cf880152aa4 Mon Sep 17 00:00:00 2001 From: Steven Fuller Date: Sun, 28 Oct 2001 01:55:11 +0000 Subject: More work on menus. --- src/win95/awtexld.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/win95/awtexld.h') 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++ */ -- cgit v1.3