Ignore:
Timestamp:
Oct 24, 1999, 2:30:29 PM (26 years ago)
Author:
sandervl
Message:

MDI changes & fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/pmwindow.cpp

    r1425 r1429  
    1 /* $Id: pmwindow.cpp,v 1.43 1999-10-23 23:04:37 sandervl Exp $ */
     1/* $Id: pmwindow.cpp,v 1.44 1999-10-24 12:30:28 sandervl Exp $ */
    22/*
    33 * Win32 Window Managment Code for OS/2
     
    441441
    442442    case WM_FOCUSCHANGE:
    443         dprintf(("OS2: WM_FOCUSCHANGE %x", hwnd));
     443        dprintf(("OS2: WM_FOCUSCHANGE %x", win32wnd->getWindowHandle()));
    444444        goto RunDefWndProc;
    445445
     
    448448      HWND hwndFocus = (HWND)mp1;
    449449
    450         dprintf(("OS2: WM_SETFOCUS %x %d", hwnd, mp2));
     450        dprintf(("OS2: WM_SETFOCUS %x %d", win32wnd->getWindowHandle(), mp2));
    451451        if(WinQueryWindowULong(hwndFocus, OFFSET_WIN32PM_MAGIC) != WIN32PM_MAGIC) {
    452452                //another (non-win32) application's window
     
    465465        break;
    466466    }
     467
    467468    //**************************************************************************
    468469    //Mouse messages (OS/2 Window coordinates -> Win32 coordinates relative to screen
Note: See TracChangeset for help on using the changeset viewer.