Ignore:
Timestamp:
May 15, 2003, 2:40:20 PM (22 years ago)
Author:
sandervl
Message:

Window creation: updated the coordinate fix code with the latest Rewind version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/win32wbase.h

    r10060 r10091  
    1 /* $Id: win32wbase.h,v 1.153 2003-05-02 15:33:17 sandervl Exp $ */
     1/* $Id: win32wbase.h,v 1.154 2003-05-15 12:40:20 sandervl Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    459459
    460460CREATESTRUCTA  *tmpcs; //temporary pointer to CREATESTRUCT used in CreateWindowEx
    461         ULONG   sw;    //set in CreateWindowExA, used in MsgCreate method
     461        int     sw;    //set in CreateWindowExA, used in MsgCreate method
    462462
    463463SCROLLBAR_INFO *vertScrollInfo;
     
    485485        LONG  HandleNCCalcSize(BOOL calcValidRects,RECT *winRect);
    486486        VOID  DrawFrame(HDC hdc,RECT *rect,BOOL dlgFrame,BOOL active);
     487        void  FixCoordinates( CREATESTRUCTA *cs, INT *sw);
    487488public:
    488489        VOID  GetInsideRect(RECT *rect);
Note: See TracChangeset for help on using the changeset viewer.