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_win32.cxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/Fl_win32.cxx') diff --git a/src/Fl_win32.cxx b/src/Fl_win32.cxx index 1ef76cb6c..3ca0744cc 100644 --- a/src/Fl_win32.cxx +++ b/src/Fl_win32.cxx @@ -613,6 +613,9 @@ public: // to work around it anyway. if (clipboard_wnd != NULL) fl_clipboard_notify_untarget(clipboard_wnd); +#if USE_GDIPLUS + Fl_GDIplus_Graphics_Driver::shutdown(); +#endif } }; static Fl_Win32_At_Exit win32_at_exit; -- cgit v1.2.3