diff options
| author | Steven Fuller <relnev@icculus.org> | 2001-10-28 01:55:11 +0000 |
|---|---|---|
| committer | Patryk Obara <dreamer.tan@gmail.com> | 2019-08-20 02:22:36 +0200 |
| commit | 7ef81cbc6e162f1fcced6b294f6a4cf880152aa4 (patch) | |
| tree | 62dfa167d79a31b1c54b1fc27d1d8bab2b4c76d3 /src/win95/awtexld.h | |
| parent | ea23e5a1bbfa4109c3eae664b70268cb45ca48cc (diff) | |
More work on menus.
Diffstat (limited to 'src/win95/awtexld.h')
| -rw-r--r-- | src/win95/awtexld.h | 2 |
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++ */ |
