wine/ objects/dc.c objects/bitmap.c include/gd ...

Alexandre Julliard julliard at winehq.org
Sun Jan 18 16:20:18 CST 2004


ChangeSet ID:	10748
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2004/01/18 16:20:18

Modified files:
	objects        : dc.c bitmap.c 
	include        : gdi.h 
	graphics       : bitblt.c 
	dlls/x11drv    : xrender.c x11drv.h palette.c init.c graphics.c 
	                 dib.c brush.c bitmap.c bitblt.c 
	dlls/wineps    : init.c 
	dlls/ttydrv    : dc.c 

Log message:
	Removed the bitsPerPixel field in the generic DC structure, and leave
	it up to the graphics driver to define it if necessary.

Patch: http://cvs.winehq.com/patch.py?id=10748

Old revision  New revision  Changes     Path
 1.109         1.110         +1 -6       wine/objects/dc.c
 1.60          1.61          +19 -14     wine/objects/bitmap.c
 1.90          1.91          +0 -1       wine/include/gdi.h
 1.22          1.23          +4 -6       wine/graphics/bitblt.c
 1.29          1.30          +8 -8       wine/dlls/x11drv/xrender.c
 1.16          1.17          +1 -0       wine/dlls/x11drv/x11drv.h
 1.1           1.2           +2 -2       wine/dlls/x11drv/palette.c
 1.3           1.4           +2 -1       wine/dlls/x11drv/init.c
 1.3           1.4           +1 -2       wine/dlls/x11drv/graphics.c
 1.4           1.5           +3 -4       wine/dlls/x11drv/dib.c
 1.2           1.3           +5 -8       wine/dlls/x11drv/brush.c
 1.3           1.4           +2 -2       wine/dlls/x11drv/bitmap.c
 1.2           1.3           +20 -26     wine/dlls/x11drv/bitblt.c
 1.54          1.55          +0 -2       wine/dlls/wineps/init.c
 1.22          1.23          +0 -2       wine/dlls/ttydrv/dc.c




More information about the wine-cvs mailing list