diff options
| author | Pietro Gagliardi <[email protected]> | 2014-03-24 17:01:33 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-03-24 17:01:33 -0400 |
| commit | cfcac03df76e9ccfe81f3b8f70126ddcf2463637 (patch) | |
| tree | 81a50ea487cfdc3c4c2fabf4066027fc62f7bb67 /uitask_windows.go | |
| parent | 5c8587ab00760a8391ce1df44e8986a11aa818a0 (diff) | |
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.
Diffstat (limited to 'uitask_windows.go')
| -rw-r--r-- | uitask_windows.go | 1 |
1 files changed, 1 insertions, 0 deletions
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 } |
