Ignore:
Timestamp:
Aug 19, 1999, 8:05:57 PM (26 years ago)
Author:
phaller
Message:

Add: added DDSCAPS2 defines

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:36 phaller Exp $ */
     1/* $Id: ddraw.h,v 1.4 1999-08-19 18:05:57 phaller Exp $ */
    22
    33#ifndef __WINE_DDRAW_H
     
    400400
    401401
     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
    402412typedef struct _DDSCAPS2
    403413{
     
    17521762#endif /* __WINE_DDRAW_H */
    17531763
     1764
Note: See TracChangeset for help on using the changeset viewer.