summaryrefslogtreecommitdiff
path: root/vendor
diff options
context:
space:
mode:
authorRuben Pollan <meskio@sindominio.net>2019-01-17 20:10:08 +0100
committerRuben Pollan <meskio@sindominio.net>2019-01-18 00:28:33 +0100
commit8e804ebe4ff520a91fd65833a9b0b4c603e5e75b (patch)
tree8a66ceae45dabaab7263955e0b3a57e3e29e0cc9 /vendor
parentd788da5f6914f72abd16b9c51b8f5ad729aba86a (diff)
[test] fix ci builds after the refactor
Diffstat (limited to 'vendor')
-rw-r--r--vendor/github.com/AllenDang/w32/user32.go2
1 files changed, 1 insertions, 1 deletions
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")