ChangeSet ID: 6386
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/11/24 16:15:56
Modified files:
dlls/winedos : vga.h vga.c int33.c int10.c
Log message:
Jukka Heinonen <jhei(a)iki.fi>
VGA text mode no longer flickers and it is much faster.
VGA text mode is now initialized earlier.
VGA text mode is now emulated even without console.
Patch: http://cvs.winehq.com/patch.py?id=6386
Old revision New revision Changes Path
1.12 1.13 +5 -5 wine/dlls/winedos/vga.h
1.24 1.25 +177 -136 wine/dlls/winedos/vga.c
1.8 1.9 +5 -6 wine/dlls/winedos/int33.c
1.21 1.22 +47 -14 wine/dlls/winedos/int10.c
ChangeSet ID: 6385
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/11/24 16:15:01
Modified files:
dlls/user : hook.c
Log message:
Bill Medland <medbi01(a)accpac.com>
Correct UnhookWindowsHook: clear the handle so that the server doesn't
try to use it.
Patch: http://cvs.winehq.com/patch.py?id=6385
Old revision New revision Changes Path
1.3 1.4 +1 -0 wine/dlls/user/hook.c
ChangeSet ID: 6377
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/11/22 19:12:17
Modified files:
windows : input.c
Log message:
Mike Hearn <m.hearn(a)signal.qinetiq.com>
Altered WM_MOUSEHOVER so the lParam and wParam fields are set
correctly to virtual key states and cursor position.
Patch: http://cvs.winehq.com/patch.py?id=6377
Old revision New revision Changes Path
1.85 1.86 +2 -1 wine/windows/input.c