Ignore:
Timestamp:
Sep 17, 1999, 8:49:53 PM (26 years ago)
Author:
dengert
Message:

window focus management fixed

File:
1 edited

Legend:

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

    r949 r963  
    1 /* $Id: oslibwin.h,v 1.1 1999-09-15 23:18:55 sandervl Exp $ */
     1/* $Id: oslibwin.h,v 1.2 1999-09-17 18:49:53 dengert Exp $ */
    22/*
    33 * Window API wrappers for OS/2
     
    3030#endif
    3131
    32 #define OSLIB_HWND_DESKTOP      0
    33 #define OSLIB_HWND_OBJECT       1
     32#define OSLIB_HWND_DESKTOP      1
     33#define OSLIB_HWND_OBJECT       2
    3434
    3535BOOL  OSLibWinSetParent(HWND hwnd, HWND hwndParent, ULONG fRedraw = TRUE);
     
    5555HWND OSLibWinQueryFocus(HWND hwndDeskTop);
    5656HWND OSLibWinWindowFromID(HWND hwndParent,ULONG id);
    57 BOOL OSLibWinSetFocus(HWND hwndDeskTop,HWND hwndNewFocus);
     57BOOL OSLibWinSetFocus(HWND hwndDeskTop,HWND hwndNewFocus, BOOL activate);
    5858ULONG OSLibGetWindowHeight(HWND hwnd); //for point transformation
    5959
     
    195195
    196196BOOL  OSLibWinIsIconic(HWND hwnd);
     197BOOL  OSLibWinIsChild (HWND hwnd, HWND hwndOf);
    197198BOOL  OSLibWinSetActiveWindow(HWND hwnd);
    198199BOOL  OSLibWinSetFocus(HWND hwnd);
Note: See TracChangeset for help on using the changeset viewer.