Changeset 586 for trunk/include/win/ddraw.h
- Timestamp:
- Aug 19, 1999, 8:05:57 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/ddraw.h
r280 r586 1 /* $Id: ddraw.h,v 1. 3 1999-07-07 07:57:36phaller Exp $ */1 /* $Id: ddraw.h,v 1.4 1999-08-19 18:05:57 phaller Exp $ */ 2 2 3 3 #ifndef __WINE_DDRAW_H … … 400 400 401 401 402 403 #define DDSCAPS2_HARDWAREDEINTERLACE 0x00000002L 404 #define DDSCAPS2_HINTDYNAMIC 0x00000004L 405 #define DDSCAPS2_HINTSTATIC 0x00000008L 406 #define DDSCAPS2_TEXTUREMANAGE 0x00000010L 407 #define DDSCAPS2_RESERVED1 0x00000020L 408 #define DDSCAPS2_RESERVED2 0x00000040L 409 #define DDSCAPS2_OPAQUE 0x00000080L 410 #define DDSCAPS2_HINTANTIALIASING 0x00000100L 411 402 412 typedef struct _DDSCAPS2 403 413 { … … 1752 1762 #endif /* __WINE_DDRAW_H */ 1753 1763 1764
Note:
See TracChangeset
for help on using the changeset viewer.