ChangeSet ID: 8694 CVSROOT: /home/winehq/opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/07/08 16:11:52
Modified files: dlls/winedos : vga.c int33.c int31.c himem.c dosvm.c
Log message: Jukka Heinonen jhei@iki.fi Real mode context should always have V86 flag turned on. Entering protected mode uses simpler and more robust virtual interrupt flag check. Mouse events are now received in graphics modes. Improved tracing output of int33 handler.
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=8694
Old revision New revision Changes Path 1.36 1.37 +3 -1 wine/dlls/winedos/vga.c 1.9 1.10 +4 -2 wine/dlls/winedos/int33.c 1.26 1.27 +0 -9 wine/dlls/winedos/int31.c 1.4 1.5 +1 -0 wine/dlls/winedos/himem.c 1.44 1.45 +3 -0 wine/dlls/winedos/dosvm.c