summaryrefslogtreecommitdiff
path: root/redo/funcnames_windows.go
diff options
context:
space:
mode:
Diffstat (limited to 'redo/funcnames_windows.go')
-rw-r--r--redo/funcnames_windows.go9
1 files changed, 9 insertions, 0 deletions
diff --git a/redo/funcnames_windows.go b/redo/funcnames_windows.go
index 0054277..4a12430 100644
--- a/redo/funcnames_windows.go
+++ b/redo/funcnames_windows.go
@@ -29,3 +29,12 @@ package ui
// wfunc user32 PostQuitMessage uintptr void
// wfunc user32 GetClientRect uintptr *s_RECT uintptr
// wfunc user32 SetParent uintptr uintptr uintptr
+// wfunc gdi32 GetTextMetricsW uintptr *s_TEXTMETRICW uintptr
+
+// TODO int here will be wrong on 64-bit systems
+// wfunc kernel32 MulDiv int int int int,noerr
+// wfunc user32 MoveWindow uintptr int int int int t_BOOL uintptr
+
+// wfunc user32 GetDC uintptr uintptr
+// wfunc gdi32 SelectObject uintptr uintptr uintptr
+// wfunc user32 ReleaseDC uintptr uintptr uintptr