Ignore:
Timestamp:
Sep 23, 1999, 6:44:33 PM (26 years ago)
Author:
sandervl
Message:

Control Z-order + changes for comctl32

File:
1 edited

Legend:

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

    r1005 r1025  
    1 /* $Id: win32wbase.h,v 1.4 1999-09-22 08:58:36 sandervl Exp $ */
     1/* $Id: win32wbase.h,v 1.5 1999-09-23 16:44:33 sandervl Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    186186                             BOOL fUnicode = 0);
    187187
    188     static HWND Win32ToOS2Handle(HWND hwnd)
    189     {
    190         Win32BaseWindow *window = GetWindowFromHandle(hwnd);
    191 
    192         if(window) {
    193                 return window->getOS2WindowHandle();
    194         }
    195         else  return hwnd;    //OS/2 window handle
    196     }
    197 
    198     static HWND OS2ToWin32Handle(HWND hwnd)
    199     {
    200         Win32BaseWindow *window = GetWindowFromOS2Handle(hwnd);
    201 
    202         if(window) {
    203                 return window->getWindowHandle();
    204         }
    205         else  return hwnd;    //OS/2 window handle
    206     }
     188    static HWND Win32ToOS2Handle(HWND hwnd);
     189    static HWND OS2ToWin32Handle(HWND hwnd);
    207190
    208191static Win32BaseWindow *GetWindowFromHandle(HWND hwnd);
Note: See TracChangeset for help on using the changeset viewer.