Ignore:
Timestamp:
Nov 16, 2000, 7:02:31 PM (25 years ago)
Author:
sandervl
Message:

* empty log message *

File:
1 edited

Legend:

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

    r4532 r4604  
    1 /* $Id: wingdi.h,v 1.15 2000-10-26 17:19:50 sandervl Exp $ */
     1/* $Id: wingdi.h,v 1.16 2000-11-16 18:02:29 sandervl Exp $ */
    22
    33#ifndef __WINE_WINGDI_H
     
    26052605DECL_WINELIB_TYPE_AW(LPDOCINFO)
    26062606
    2607 typedef struct {
    2608         UINT            cbSize;
    2609         INT             iBorderWidth;
    2610         INT             iScrollWidth;
    2611         INT             iScrollHeight;
    2612         INT             iCaptionWidth;
    2613         INT             iCaptionHeight;
    2614         LOGFONTA        lfCaptionFont;
    2615         INT             iSmCaptionWidth;
    2616         INT             iSmCaptionHeight;
    2617         LOGFONTA        lfSmCaptionFont;
    2618         INT             iMenuWidth;
    2619         INT             iMenuHeight;
    2620         LOGFONTA        lfMenuFont;
    2621         LOGFONTA        lfStatusFont;
    2622         LOGFONTA        lfMessageFont;
    2623 } NONCLIENTMETRICSA,*LPNONCLIENTMETRICSA;
    2624 
    2625 typedef struct {
    2626         UINT            cbSize;
    2627         INT             iBorderWidth;
    2628         INT             iScrollWidth;
    2629         INT             iScrollHeight;
    2630         INT             iCaptionWidth;
    2631         INT             iCaptionHeight;
    2632         LOGFONTW        lfCaptionFont;
    2633         INT             iSmCaptionWidth;
    2634         INT             iSmCaptionHeight;
    2635         LOGFONTW        lfSmCaptionFont;
    2636         INT             iMenuWidth;
    2637         INT             iMenuHeight;
    2638         LOGFONTW        lfMenuFont;
    2639         LOGFONTW        lfStatusFont;
    2640         LOGFONTW        lfMessageFont;
    2641 } NONCLIENTMETRICSW,*LPNONCLIENTMETRICSW;
    2642 
    2643 DECL_WINELIB_TYPE_AW(NONCLIENTMETRICS)
    2644 DECL_WINELIB_TYPE_AW(LPNONCLIENTMETRICS)
    2645 
    26462607/* Flags for PolyDraw and GetPath */
    26472608#define PT_CLOSEFIGURE          0x0001
Note: See TracChangeset for help on using the changeset viewer.