Ignore:
Timestamp:
Jun 25, 1999, 11:35:27 PM (26 years ago)
Author:
sandervl
Message:

Code for window message spy

File:
1 edited

Legend:

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

    r138 r196  
    1 /* $Id: wndclass.cpp,v 1.6 1999-06-21 00:21:26 buerkle Exp $ */
     1/* $Id: wndclass.cpp,v 1.7 1999-06-25 21:35:27 sandervl Exp $ */
    22
    33/*
     
    2222#include "wndclass.h"
    2323#include "hooks.h"
     24#include <spy.h>
    2425
    2526//default window handlers that are registered by RegisterClass are called
     
    801802
    802803#ifdef DEBUG
    803   dprintf(("OS2ToWinCallback for message %s", GetMsgText(Msg)));
     804  dprintf(("OS2ToWinCallback %s for %x %x %x", GetMsgText(Msg), hwnd, wParam, lParam));
     805  PostSpyMessage(hwnd, Msg, wParam, lParam);
    804806#endif
    805807
Note: See TracChangeset for help on using the changeset viewer.