diff options
| author | Pietro Gagliardi <[email protected]> | 2014-07-15 12:09:46 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-07-15 12:09:46 -0400 |
| commit | c61666b6b4528e7a691fc3c20f2cf681d188bec7 (patch) | |
| tree | 324a9a37cf298f743748f720cd22da532c45689e /redo/funcnames_windows.go | |
| parent | b3cba4bfb1108bed1c8ea9d36fde61abfb8bc087 (diff) | |
Implemented resize event detection on Windows.
Diffstat (limited to 'redo/funcnames_windows.go')
| -rw-r--r-- | redo/funcnames_windows.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/redo/funcnames_windows.go b/redo/funcnames_windows.go index 9724b9a..1309881 100644 --- a/redo/funcnames_windows.go +++ b/redo/funcnames_windows.go @@ -27,3 +27,4 @@ package ui // wfunc user32 UpdateWindow uintptr uintptr // wfunc user32 DestroyWindow uintptr uintptr // wfunc user32 PostQuitMessage uintptr void +// wfunc user32 GetClientRect uintptr *s_RECT uintptr |
