From 8e804ebe4ff520a91fd65833a9b0b4c603e5e75b Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Thu, 17 Jan 2019 20:10:08 +0100 Subject: [test] fix ci builds after the refactor --- vendor/github.com/AllenDang/w32/user32.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vendor/github.com') diff --git a/vendor/github.com/AllenDang/w32/user32.go b/vendor/github.com/AllenDang/w32/user32.go index 1d1a0ab..8286e89 100644 --- a/vendor/github.com/AllenDang/w32/user32.go +++ b/vendor/github.com/AllenDang/w32/user32.go @@ -1037,7 +1037,7 @@ func RedrawWindow(hWnd HWND, lpRect *RECT, hrgnUpdate HRGN, flag uint32) { uintptr(hWnd), uintptr(unsafe.Pointer(lpRect)), uintptr(hrgnUpdate), - flag, + uintptr(flag), ) if ret!=0{ panic("RedrawWindow fail") -- cgit v1.2.3