Ignore:
Timestamp:
Jan 30, 2000, 7:48:29 PM (26 years ago)
Author:
sandervl
Message:

Menu bugfixes

File:
1 edited

Legend:

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

    r2469 r2577  
    1 /* $Id: windowmsg.cpp,v 1.17 2000-01-18 20:11:10 sandervl Exp $ */
     1/* $Id: windowmsg.cpp,v 1.18 2000-01-30 18:48:29 sandervl Exp $ */
    22/*
    33 * Win32 window message APIs for OS/2
     
    130130    window = Win32BaseWindow::GetWindowFromHandle(hwnd);
    131131    if(!window) {
    132         dprintf(("SendMessageA, window %x not found", hwnd));
     132        dprintf(("SendMessageA, %x %x %x window %x not found", msg, wParam, lParam, hwnd));
    133133        return 0;
    134134    }
Note: See TracChangeset for help on using the changeset viewer.