Ignore:
Timestamp:
Dec 29, 1999, 11:54:04 PM (26 years ago)
Author:
cbratschi
Message:

new mapping functions, fixed 1 pixel and window handle bugs

File:
1 edited

Legend:

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

    r2246 r2257  
    1 /* $Id: oslibwin.h,v 1.30 1999-12-29 12:39:44 sandervl Exp $ */
     1/* $Id: oslibwin.h,v 1.31 1999-12-29 22:54:01 cbratschi Exp $ */
    22/*
    33 * Window API wrappers for OS/2
     
    201201#define HWNDOS_BOTTOM                   (HWND)4
    202202
    203 BOOL  OSLibWinSetWindowPos(HWND hwnd, HWND hwndInsertBehind, LONG x, LONG y, LONG cx, LONG cy, ULONG fl);
    204203BOOL  OSLibWinSetMultWindowPos(struct _SWP *pswp, ULONG num);
    205204BOOL  OSLibWinShowWindow(HWND hwnd, ULONG fl);
Note: See TracChangeset for help on using the changeset viewer.