wine/ dlls/user/keyboard.spec dlls/user/lstr.c ...

Alexandre Julliard julliard at winehq.com
Wed Oct 17 12:50:07 CDT 2001


ChangeSet ID:	1003341007442335560452193
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine2.	01/10/17 13:50:07

Modified files:
	dlls/user      : keyboard.spec lstr.c user_main.c 
	include        : queue.h user.h winuser.h x11drv.h 
	win32          : console.c 
	windows        : hook.c input.c keyboard.c sysparams.c 
	windows/x11drv : event.c keyboard.c 
Removed files:
	include        : keyboard.h 
	include/wine   : keyboard16.h 

Log message:
	Added support for low-level mouse and keyboard hooks.
	Misc keyboard handling cleanups.

Patch: http://cvs.winehq.com/patch.py?id=1003341007442335560452193

Revision  Changes    Path
 1.3      +1 -1      wine/dlls/user/keyboard.spec
 1.18     +0 -1      wine/dlls/user/lstr.c
 1.34     +1 -2      wine/dlls/user/user_main.c
 1.34     +1 -0      wine/include/queue.h
 1.31     +3 -3      wine/include/user.h
 1.124    +30 -2     wine/include/winuser.h
 1.92     +0 -10     wine/include/x11drv.h
 1.80     +0 -1      wine/win32/console.c
 1.30     +4 -0      wine/windows/hook.c
 1.66     +87 -51    wine/windows/input.c
 1.42     +40 -101   wine/windows/keyboard.c
 1.23     +0 -1      wine/windows/sysparams.c
 1.111    +8 -37     wine/windows/x11drv/event.c
 1.99     +54 -33    wine/windows/x11drv/keyboard.c





More information about the wine-cvs mailing list