Ignore:
Timestamp:
Jul 15, 2001, 4:33:02 PM (24 years ago)
Author:
sandervl
Message:

header updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/wingdi.h

    r4604 r6334  
    1 /* $Id: wingdi.h,v 1.16 2000-11-16 18:02:29 sandervl Exp $ */
    2 
    31#ifndef __WINE_WINGDI_H
    42#define __WINE_WINGDI_H
     
    24882486#define DM_YRESOLUTION          0x00002000L
    24892487#define DM_TTOPTION             0x00004000L
     2488#define DM_COLLATE              0x00008000L
    24902489#define DM_BITSPERPEL           0x00040000L
    24912490#define DM_PELSWIDTH            0x00080000L
     
    24932492#define DM_DISPLAYFLAGS         0x00200000L
    24942493#define DM_DISPLAYFREQUENCY     0x00400000L
     2494#define DM_ICMMETHOD            0x00800000L
     2495#define DM_ICMINTENT            0x01000000L
     2496#define DM_MEDIATYPE            0x02000000L
     2497#define DM_DITHERTYPE           0x04000000L
     2498#define DM_PANNINGWIDTH         0x08000000L
     2499#define DM_PANNINGHEIGHT        0x10000000L
    24952500
    24962501/* etc.... */
Note: See TracChangeset for help on using the changeset viewer.