diff options
| author | Pietro Gagliardi <[email protected]> | 2014-07-17 18:04:51 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-07-17 18:04:51 -0400 |
| commit | 51a3c0e3797bee6276f6e8945e53a9b12e2901a4 (patch) | |
| tree | 12e308ba564f4165107873e4c3c74074acd1ba40 /redo/funcnames_windows.go | |
| parent | 19f7b2946a6198862f860b1f7c5798c0d66b8fc1 (diff) | |
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...
Diffstat (limited to 'redo/funcnames_windows.go')
| -rw-r--r-- | redo/funcnames_windows.go | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
