ChangeSet ID: 10548
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/01/02 15:08:41
Modified files:
dlls/winedos : int10.c
Log message:
Michael Stefaniuc <mstefani(a)redhat.de>
Fill in the color MaskSize and FieldPosition fields in the
ModeInfoBlock.
Patch: http://cvs.winehq.com/patch.py?id=10548
Old revision New revision Changes Path
1.34 1.35 +51 -29 wine/dlls/winedos/int10.c
ChangeSet ID: 10547
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/01/02 15:08:05
Modified files:
libs/wine : wine.def loader.c
include/wine : library.h
Log message:
Added wine_dll_get_owner function that retrieves the 32-bit dll
containing a given 16-bit dll by reading the symlink, so that we don't
need to dlopen it.
Patch: http://cvs.winehq.com/patch.py?id=10547
Old revision New revision Changes Path
1.7 1.8 +1 -0 wine/libs/wine/wine.def
1.15 1.16 +88 -17 wine/libs/wine/loader.c
1.29 1.30 +1 -0 wine/include/wine/library.h
ChangeSet ID: 10543
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/01/02 14:45:39
Modified files:
dlls/winedos : int10.c
Log message:
Michael Stefaniuc <mstefani(a)redhat.de>
Use a struct as specified in the VBE 3.0 standard for the
ModeInfoBlock. Code wise this is a NOP.
Patch: http://cvs.winehq.com/patch.py?id=10543
Old revision New revision Changes Path
1.33 1.34 +105 -50 wine/dlls/winedos/int10.c