Move Bezier code out of x11drv into commmon GDI code; if any driver
commitb8e94b611917352dde2422b1dc20f2587dd70a4c
authorHuw D M Davies <h.davies1@physics.ox.ac.uk>
Mon, 20 Dec 1999 04:14:48 +0000 (20 04:14 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 20 Dec 1999 04:14:48 +0000 (20 04:14 +0000)
tree6455960ffa45ce810af070193b7a68f9b4bd26d1
parentde73965d67413342afb4d74243119bd625948ef4
Move Bezier code out of x11drv into commmon GDI code; if any driver
does not implement PolyBezier[To] the curve is approximated to lines
and drawn with Polyline.
Implement many GDI-Path recording functions (at least the win9x subset).
Implement FlattenPath and FillPath.
13 files changed:
graphics/metafiledrv/graphics.c
graphics/metafiledrv/init.c
graphics/painting.c
graphics/path.c
graphics/ttydrv/graphics.c
graphics/ttydrv/init.c
graphics/x11drv/graphics.c
graphics/x11drv/init.c
include/gdi.h
include/metafiledrv.h
include/path.h
include/ttydrv.h
include/x11drv.h