From 51a3c0e3797bee6276f6e8945e53a9b12e2901a4 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Thu, 17 Jul 2014 18:04:51 -0400 Subject: Migrated the comctl32.dll code and added all the window subclassing stuff. Starting to consider just doing what I'm doing with the Mac OS X backend and just using cgo... --- redo/funcnames_windows.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'redo/funcnames_windows.go') diff --git a/redo/funcnames_windows.go b/redo/funcnames_windows.go index 005607f..35685db 100644 --- a/redo/funcnames_windows.go +++ b/redo/funcnames_windows.go @@ -39,3 +39,5 @@ package ui // wfunc gdi32 SelectObject uintptr uintptr uintptr // wfunc user32 ReleaseDC uintptr uintptr uintptr // wfunc user32 IsChild uintptr uintptr uintptr,noerr +// wfunc kernel32 CreateActCtxW *s_ACTCTXW uintptr +// wfunc kernel32 ActivateActCtx uintptr *t_ULONG_PTR uintptr -- cgit v1.2.3