diff options
Diffstat (limited to 'src/Fl_win32.cxx')
| -rw-r--r-- | src/Fl_win32.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
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; |
