wine/ dlls/gdi/wing.c dlls/ttydrv/bitmap.c dll ...

Alexandre Julliard julliard at winehq.com
Sun Jul 22 18:13:09 CDT 2001


ChangeSet ID:	995843589234826656989753
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine2.	01/07/22 19:13:09

Modified files:
	dlls/gdi       : wing.c 
	dlls/ttydrv    : bitmap.c dc.c ttydrv.h 
	dlls/wineps    : init.c 
	graphics/enhmetafiledrv: init.c 
	graphics/metafiledrv: init.c 
	graphics/win16drv: init.c 
	graphics/x11drv: dib.c init.c 
	include        : bitmap.h gdi.h x11drv.h 
	objects        : bitmap.c dib.c 

Log message:
	Moved the 16-bit pointer to the DIB bits out of the driver-specific
	structure and into the main bitmap structure. Removed
	CreateDIBSection16 from the driver interface.

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

Revision  Changes    Path
 1.8      +4 -12     wine/dlls/gdi/wing.c
 1.7      +0 -13     wine/dlls/ttydrv/bitmap.c
 1.9      +0 -1      wine/dlls/ttydrv/dc.c
 1.11     +0 -2      wine/dlls/ttydrv/ttydrv.h
 1.21     +0 -1      wine/dlls/wineps/init.c
 1.23     +0 -1      wine/graphics/enhmetafiledrv/init.c
 1.34     +0 -1      wine/graphics/metafiledrv/init.c
 1.34     +0 -1      wine/graphics/win16drv/init.c
 1.78     +1 -45     wine/graphics/x11drv/dib.c
 1.38     +1 -2      wine/graphics/x11drv/init.c
 1.22     +1 -0      wine/include/bitmap.h
 1.45     +0 -2      wine/include/gdi.h
 1.85     +0 -5      wine/include/x11drv.h
 1.43     +1 -0      wine/objects/bitmap.c
 1.57     +21 -19    wine/objects/dib.c





More information about the wine-cvs mailing list