-
- Downloads
Fixes several bugs in gdi path handling.
Adds *Path functions to dc funcs table + add EnhMetaFile recording. Separate out Polylne/PolylineTo and PolyBezier/PolyBezierTo in dc funcs table to enable proper enhmetafile recording. The current position update in *To functions is now handled by the main function and not in the drivers. Move USER functions from graphics/painting.c -> windows/painting.c
Showing
- graphics/enhmetafiledrv/dc.c 116 additions, 0 deletionsgraphics/enhmetafiledrv/dc.c
- graphics/enhmetafiledrv/graphics.c 1 addition, 12 deletionsgraphics/enhmetafiledrv/graphics.c
- graphics/enhmetafiledrv/init.c 17 additions, 2 deletionsgraphics/enhmetafiledrv/init.c
- graphics/metafiledrv/dc.c 49 additions, 0 deletionsgraphics/metafiledrv/dc.c
- graphics/metafiledrv/graphics.c 11 additions, 18 deletionsgraphics/metafiledrv/graphics.c
- graphics/metafiledrv/init.c 17 additions, 2 deletionsgraphics/metafiledrv/init.c
- graphics/painting.c 97 additions, 494 deletionsgraphics/painting.c
- graphics/path.c 209 additions, 65 deletionsgraphics/path.c
- graphics/psdrv/graphics.c 0 additions, 19 deletionsgraphics/psdrv/graphics.c
- graphics/psdrv/init.c 18 additions, 3 deletionsgraphics/psdrv/init.c
- graphics/ttydrv/graphics.c 2 additions, 25 deletionsgraphics/ttydrv/graphics.c
- graphics/ttydrv/init.c 18 additions, 3 deletionsgraphics/ttydrv/init.c
- graphics/win16drv/init.c 17 additions, 2 deletionsgraphics/win16drv/init.c
- graphics/x11drv/graphics.c 29 additions, 21 deletionsgraphics/x11drv/graphics.c
- graphics/x11drv/init.c 18 additions, 3 deletionsgraphics/x11drv/init.c
- include/enhmetafiledrv.h 10 additions, 0 deletionsinclude/enhmetafiledrv.h
- include/gdi.h 16 additions, 1 deletioninclude/gdi.h
- include/metafiledrv.h 11 additions, 0 deletionsinclude/metafiledrv.h
- include/path.h 3 additions, 1 deletioninclude/path.h
- include/psdrv.h 0 additions, 1 deletioninclude/psdrv.h
Loading
Please register or sign in to comment