wine/ dlls/ttydrv/objects.c dlls/wineps/brush. ...

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


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

Modified files:
	dlls/ttydrv    : objects.c 
	dlls/wineps    : brush.c font.c objects.c pen.c psdrv.h 
	graphics/enhmetafiledrv: objects.c 
	graphics/metafiledrv: objects.c 
	graphics/win16drv: brush.c font.c objects.c pen.c 
	include        : win16drv.h 

Log message:
	Removed some direct accesses to GDI internal pen/brush/font
	structures.

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

Revision  Changes    Path
 1.5      +9 -12     wine/dlls/ttydrv/objects.c
 1.6      +23 -26    wine/dlls/wineps/brush.c
 1.12     +14 -15    wine/dlls/wineps/font.c
 1.6      +15 -21    wine/dlls/wineps/objects.c
 1.5      +9 -6      wine/dlls/wineps/pen.c
 1.19     +4 -7      wine/dlls/wineps/psdrv.h
 1.12     +16 -19    wine/graphics/enhmetafiledrv/objects.c
 1.18     +32 -58    wine/graphics/metafiledrv/objects.c
 1.7      +4 -8      wine/graphics/win16drv/brush.c
 1.21     +5 -5      wine/graphics/win16drv/font.c
 1.10     +10 -37    wine/graphics/win16drv/objects.c
 1.8      +4 -7      wine/graphics/win16drv/pen.c
 1.15     +4 -0      wine/include/win16drv.h





More information about the wine-cvs mailing list