From cfcac03df76e9ccfe81f3b8f70126ddcf2463637 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Mon, 24 Mar 2014 17:01:33 -0400 Subject: Added GDI+ to the package's Windows version: DLL loaded, initialized, and shut down. It will be used for drawing to Areas because using GDI itself is more complex than it needs to be. --- uitask_windows.go | 1 + 1 file changed, 1 insertion(+) (limited to 'uitask_windows.go') diff --git a/uitask_windows.go b/uitask_windows.go index 58d5a6b..7a4db36 100644 --- a/uitask_windows.go +++ b/uitask_windows.go @@ -84,6 +84,7 @@ func ui(main func()) error { } } + doWindowsQuitStuff() return nil } -- cgit v1.2.3