From e3fdc76c5bf6b77ce53c8573f05f2d0ae8e33778 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Fri, 11 Apr 2014 21:30:19 -0400 Subject: Rewrote Area code on Windows to use alpha-premultiplied RGB and only use GDI functions to do it... and it doesn't quite work right yet. --- common_windows.go | 1 + 1 file changed, 1 insertion(+) (limited to 'common_windows.go') diff --git a/common_windows.go b/common_windows.go index 522b65a..0c9cf39 100644 --- a/common_windows.go +++ b/common_windows.go @@ -13,6 +13,7 @@ var ( gdi32 = syscall.NewLazyDLL("gdi32.dll") comctl32 *syscall.LazyDLL // comctl32 not defined here; see comctl_windows.go gdiplus = syscall.NewLazyDLL("gdiplus.dll") + msimg32 = syscall.NewLazyDLL("msimg32.dll") ) type _HANDLE uintptr -- cgit v1.2.3