ChangeSet ID: 6059 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2002/10/28 17:51:27
Modified files: windows : message.c programs/wineconsole: user.c dlls/winedos : int16.c int09.c dosvm.c
Log message: Andreas Mohr andi@rhlx01.fht-esslingen.de - Make int09 update the BIOS data segment's keyboard status flags bytes, implement pause key handling. - Let int16/02 read the keyboard status flags bytes instead of calling GetAsyncKeyState(). - Make the keyboard state buffer used for Get*Key*() reflect VK_L/RMENU properly. - Small fixes.
Patch: http://cvs.winehq.com/patch.py?id=6059
Old revision New revision Changes Path 1.145 1.146 +34 -6 wine/windows/message.c 1.16 1.17 +1 -2 wine/programs/wineconsole/user.c 1.7 1.8 +7 -18 wine/dlls/winedos/int16.c 1.4 1.5 +137 -3 wine/dlls/winedos/int09.c 1.27 1.28 +6 -2 wine/dlls/winedos/dosvm.c