Ignore:
Timestamp:
Oct 17, 1999, 5:46:10 PM (26 years ago)
Author:
sandervl
Message:

Dialog fixes + ported Wine apis

File:
1 edited

Legend:

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

    r1333 r1336  
    1 /* $Id: win32wbase.h,v 1.26 1999-10-17 12:17:45 cbratschi Exp $ */
     1/* $Id: win32wbase.h,v 1.27 1999-10-17 15:46:10 sandervl Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    182182Win32BaseWindow *getTopParent();
    183183 SCROLLBAR_INFO *getScrollInfo(int nBar);
    184        LONG      setScrollInfo(int nBar, SCROLLINFO *info, int fRedraw);
    185184       HWND      getVertScrollHandle()        { return hwndVertScroll; };
    186185       HWND      getHorzScrollHandle()        { return hwndHorzScroll; };
     
    213212       ULONG getBorderWidth() { return borderWidth; };
    214213       ULONG getBorderHeight() { return borderHeight; };
     214
     215static  void  NC_AdjustRectInner(LPRECT rect, DWORD style, DWORD exStyle);
     216static  void  NC_AdjustRectOuter(LPRECT rect, DWORD style, BOOL menu, DWORD exStyle);
     217static  BOOL  WindowNeedsWMBorder( DWORD style, DWORD exStyle );
    215218
    216219       PVOID getOldWndProc() { return pOldWndProc; }
Note: See TracChangeset for help on using the changeset viewer.