From b027d2ba57a8e0d6f0862e0a891ddd5dee4b02e2 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Fri, 26 Feb 2021 18:00:07 +0100 Subject: Windows platform: use GDI+ to antialias oblique lines and curves. --- src/Fl_Graphics_Driver.cxx | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/Fl_Graphics_Driver.cxx') diff --git a/src/Fl_Graphics_Driver.cxx b/src/Fl_Graphics_Driver.cxx index d558b739b..8329355ba 100644 --- a/src/Fl_Graphics_Driver.cxx +++ b/src/Fl_Graphics_Driver.cxx @@ -676,6 +676,12 @@ void Fl_Graphics_Driver::transformed_vertex0(float x, float y) { } } +void Fl_Graphics_Driver::antialias(int state) {} + +int Fl_Graphics_Driver::antialias() { + return 0; +} + /** \} \endcond -- cgit v1.2.3