Ignore:
Timestamp:
Nov 19, 2000, 12:52:41 PM (25 years ago)
Author:
sandervl
Message:

SetWindowPos fixes for SWP_FRAMECHANGED

File:
1 edited

Legend:

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

    r3679 r4628  
    1 /* $Id: oslibgdi.h,v 1.7 2000-06-08 18:10:10 sandervl Exp $ */
     1/* $Id: oslibgdi.h,v 1.8 2000-11-19 11:52:39 sandervl Exp $ */
    22/*
    33 * Window GDI wrapper functions for OS/2
     
    112112INT  mapOS2ToWin32ChildOrigin(INT parentH,INT parentPosY,INT childH);
    113113
     114#define RECT_WIDTH(a)   ((a).right - (a).left)
     115#define RECT_HEIGHT(a)  ((a).bottom - (a).top)
     116
    114117#endif //__OSLIBGDI_H__
Note: See TracChangeset for help on using the changeset viewer.