Ignore:
Timestamp:
May 2, 2000, 10:50:53 PM (25 years ago)
Author:
sandervl
Message:

RDW_FRAME support for GetDCEx; added wine dialog change; added extra logging

File:
1 edited

Legend:

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

    r3388 r3482  
    1 /* $Id: oslibmsgtranslate.cpp,v 1.28 2000-04-15 15:11:13 sandervl Exp $ */
     1/* $Id: oslibmsgtranslate.cpp,v 1.29 2000-05-02 20:50:49 sandervl Exp $ */
    22/*
    33 * Window message translation functions for OS/2
     
    194194                        win32wnd = win32wnd->getParent();
    195195                }
     196                dprintf(("Rerouting mouse messages to parent %x of disabled window %x", win32wnd->getWindowHandle(), winMsg->hwnd));
    196197                fWasDisabled = TRUE;
    197198        }
     
    246247                        win32wnd = win32wnd->getParent();
    247248                }
     249                dprintf(("Rerouting mouse messages to parent %x of disabled window %x", win32wnd->getWindowHandle(), winMsg->hwnd));
    248250                fWasDisabled = TRUE;
    249251        }
     
    636638
    637639        dprintf(("PM: WM_CHAR: %x %x %d %x", SHORT1FROMMP(os2Msg->mp2), SHORT2FROMMP(os2Msg->mp2), repeatCount, scanCode));
    638         dprintf(("PM: WM_CHAR: %x", flags));
     640        dprintf(("PM: WM_CHAR: hwnd %x flags %x", win32wnd->getWindowHandle(), flags));
    639641
    640642        // vitali add begin
Note: See TracChangeset for help on using the changeset viewer.