ChangeSet ID: 987528988245480062905699
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@wine2. 01/04/17 13:36:28
Modified files:
dlls/ddraw/dsurface: dib.c dib.h main.c
Log message:
Ove Kaaven <ovek(a)transgaming.com>
Fill in some more HAL fields. Flip some of them when appropriate.
Allow SetSurfaceDesc to change client memory surface address.
Propagate DIB color table updates to backbuffers too (thanks to
Stephen Clouse).
Patch: http://cvs.winehq.com/patch.py?id=987528988245480062905699
Revision Changes Path
1.4 +62 -7 wine/dlls/ddraw/dsurface/dib.c
1.3 +1 -1 wine/dlls/ddraw/dsurface/dib.h
1.21 +28 -0 wine/dlls/ddraw/dsurface/main.c
ChangeSet ID: 987528851658419664949179
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@wine2. 01/04/17 13:34:11
Modified files:
dlls/ddraw/dsurface: user.c user.h
Log message:
Ove Kaaven <ovek(a)transgaming.com>
Implemented gamma control on the DirectDraw primary window.
Ensured that the primary window is created before the constructor returns.
Flag the primary window as transparent so mouse clicks pass through it.
Put the primary window handle into a reserved field for x11drv HAL use.
Patch: http://cvs.winehq.com/patch.py?id=987528851658419664949179
Revision Changes Path
1.5 +71 -5 wine/dlls/ddraw/dsurface/user.c
1.3 +8 -1 wine/dlls/ddraw/dsurface/user.h