Ignore:
Timestamp:
Apr 27, 2001, 7:36:39 PM (24 years ago)
Author:
sandervl
Message:

mouse message translation + dc reset after resize fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/HOOK.CPP

    r4759 r5606  
    1 /* $Id: HOOK.CPP,v 1.17 2000-12-06 15:39:42 phaller Exp $ */
     1/* $Id: HOOK.CPP,v 1.18 2001-04-27 17:36:36 sandervl Exp $ */
    22
    33/*
     
    686686 * There aren't ANSI and UNICODE versions of this.
    687687 */
    688 ODINFUNCTION4(LRESULT, CallNextHookEx,
    689               HHOOK, hhook,
    690               INT, code,
    691               WPARAM, wParam,
    692               LPARAM, lParam )
     688LRESULT WINAPI CallNextHookEx(HHOOK hhook, INT code, WPARAM wParam, LPARAM lParam)
    693689{
    694690    HANDLE next;
    695691    INT fromtype;       /* figure out Ansi/Unicode */
    696692    HOOKDATA *oldhook;
     693
     694    dprintf2(("CallNextHookEx %x %d %x %x", hhook, code, wParam, lParam));
    697695
    698696    if (CHECK_MAGIC(hhook) == FALSE) {
Note: See TracChangeset for help on using the changeset viewer.