wine/ windows/input.c windows/defwnd.c include ...

Alexandre Julliard julliard at winehq.org
Thu Nov 13 21:32:44 CST 2003


ChangeSet ID:	10065
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2003/11/13 21:32:44

Modified files:
	windows        : input.c defwnd.c 
	include        : winuser.h user.h 
	dlls/x11drv    : x11drv.spec keyboard.c Makefile.in 
	dlls/user      : user_main.c user32.spec 
	dlls/ttydrv    : user.c ttydrv.spec 

Log message:
	Dmitry Timoshkov <dmitry at codeweavers.com>
	Add preliminary support for keyboard layout APIs.

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

Old revision  New revision  Changes     Path
 1.95          1.96          +95 -72     wine/windows/input.c
 1.83          1.84          +16 -0      wine/windows/defwnd.c
 1.171         1.172         +7 -5       wine/include/winuser.h
 1.56          1.57          +10 -4      wine/include/user.h
 1.48          1.49          +10 -4      wine/dlls/x11drv/x11drv.spec
 1.39          1.40          +212 -69    wine/dlls/x11drv/keyboard.c
 1.33          1.34          +1 -1       wine/dlls/x11drv/Makefile.in
 1.59          1.60          +9 -3       wine/dlls/user/user_main.c
 1.79          1.80          +1 -1       wine/dlls/user/user32.spec
 1.18          1.19          +8 -8       wine/dlls/ttydrv/user.c
 1.30          1.31          +4 -4       wine/dlls/ttydrv/ttydrv.spec




More information about the wine-cvs mailing list