Ignore:
Timestamp:
Oct 23, 1999, 6:45:24 PM (26 years ago)
Author:
cbratschi
Message:

GetSystemMetrics, timer and scrollbar fixes

File:
1 edited

Legend:

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

    r1405 r1418  
    1 /* $Id: win32wbase.h,v 1.32 1999-10-22 18:11:48 sandervl Exp $ */
     1/* $Id: win32wbase.h,v 1.33 1999-10-23 16:45:24 cbratschi Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    7777         ULONG  MsgKillFocus(HWND hwnd);
    7878         ULONG  MsgTimer(ULONG TimerID);
     79         ULONG  MsgSysTimer(ULONG TimerID);
    7980         ULONG  MsgScroll(ULONG msg, ULONG scrollCode, ULONG scrollPos);
    8081         ULONG  MsgCommand(ULONG cmd, ULONG Id, HWND hwnd);
     
    148149         BOOL   ShowWindow(ULONG nCmdShow);
    149150         BOOL   SetWindowPos(HWND hwndInsertAfter, int x, int y, int cx, int cy, UINT fuFlags);
    150         BOOL   SetWindowPlacement(WINDOWPLACEMENT *winpos);
     151        BOOL   SetWindowPlacement(WINDOWPLACEMENT *winpos);
    151152         BOOL   DestroyWindow();
    152153         HWND   SetActiveWindow();
     
    218219       ULONG getBorderHeight() { return borderHeight; };
    219220
    220 static  void  NC_AdjustRectInner(LPRECT rect, DWORD style, DWORD exStyle);
    221 static  void  NC_AdjustRectOuter(LPRECT rect, DWORD style, BOOL menu, DWORD exStyle);
    222 static  BOOL  WindowNeedsWMBorder( DWORD style, DWORD exStyle );
     221static  void  NC_AdjustRectInner(LPRECT rect, DWORD style, DWORD exStyle);
     222static  void  NC_AdjustRectOuter(LPRECT rect, DWORD style, BOOL menu, DWORD exStyle);
     223static  BOOL  WindowNeedsWMBorder( DWORD style, DWORD exStyle );
    223224
    224225       PVOID getOldWndProc() { return pOldWndProc; }
     
    303304#ifndef OS2_INCLUDED
    304305        void  GetMinMaxInfo(POINT *maxSize, POINT *maxPos, POINT *minTrack, POINT *maxTrack );
    305         LONG  HandleWindowPosChanging(WINDOWPOS *winpos);
     306        LONG  HandleWindowPosChanging(WINDOWPOS *winpos);
    306307        LONG  HandleSysCommand(WPARAM wParam, POINT *pt32);
    307308
Note: See TracChangeset for help on using the changeset viewer.