wine/ dlls/wineps/font.c graphics/x11drv/bitma ...

Alexandre Julliard julliard at winehq.com
Thu Aug 16 14:13:52 CDT 2001


ChangeSet ID:	997989232232929382938892
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine2.	01/08/16 15:13:52

Modified files:
	dlls/wineps    : font.c 
	graphics/x11drv: bitmap.c brush.c objects.c pen.c xfont.c 
	include        : x11drv.h 
	objects        : gdiobj.c 

Log message:
	Specify sizes for stock fonts again; removed the FixStockFontSize
	hack. Ignore mapping modes when selecting stock fonts into a DC.
	Removed a few direct accesses to GDI structures from x11drv.

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

Revision  Changes    Path
 1.19     +11 -1     wine/dlls/wineps/font.c
 1.31     +26 -10    wine/graphics/x11drv/bitmap.c
 1.21     +18 -15    wine/graphics/x11drv/brush.c
 1.14     +14 -53    wine/graphics/x11drv/objects.c
 1.12     +11 -10    wine/graphics/x11drv/pen.c
 1.83     +38 -20    wine/graphics/x11drv/xfont.c
 1.90     +5 -0      wine/include/x11drv.h
 1.54     +7 -110    wine/objects/gdiobj.c





More information about the wine-cvs mailing list