Ignore:
Timestamp:
Oct 24, 1999, 1:05:05 AM (26 years ago)
Author:
sandervl
Message:

Combobox + windowpos changes + fixes

Location:
trunk/src/user32
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32

    • Property svn:ignore set to
      user32.lrf
      user32exp.def
      resource.asm
  • trunk/src/user32/win32wbase.h

    r1418 r1425  
    1 /* $Id: win32wbase.h,v 1.33 1999-10-23 16:45:24 cbratschi Exp $ */
     1/* $Id: win32wbase.h,v 1.34 1999-10-23 23:04:39 sandervl Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    149149         BOOL   ShowWindow(ULONG nCmdShow);
    150150         BOOL   SetWindowPos(HWND hwndInsertAfter, int x, int y, int cx, int cy, UINT fuFlags);
    151         BOOL   SetWindowPlacement(WINDOWPLACEMENT *winpos);
     151        BOOL   SetWindowPlacement(WINDOWPLACEMENT *winpos);
    152152         BOOL   DestroyWindow();
    153153         HWND   SetActiveWindow();
     
    219219       ULONG getBorderHeight() { return borderHeight; };
    220220
    221 static  void  NC_AdjustRectInner(LPRECT rect, DWORD style, DWORD exStyle);
    222 static  void  NC_AdjustRectOuter(LPRECT rect, DWORD style, BOOL menu, DWORD exStyle);
    223 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 );
    224224
    225225       PVOID getOldWndProc() { return pOldWndProc; }
     
    304304#ifndef OS2_INCLUDED
    305305        void  GetMinMaxInfo(POINT *maxSize, POINT *maxPos, POINT *minTrack, POINT *maxTrack );
    306         LONG  HandleWindowPosChanging(WINDOWPOS *winpos);
     306        LONG  HandleWindowPosChanging(WINDOWPOS *winpos);
    307307        LONG  HandleSysCommand(WPARAM wParam, POINT *pt32);
    308308
Note: See TracChangeset for help on using the changeset viewer.