summaryrefslogtreecommitdiff
path: root/redo/funcnames_windows.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-07-13 01:14:55 -0400
committerPietro Gagliardi <[email protected]>2014-07-13 01:14:55 -0400
commitf36451d26e7a4a83f90933b0d087c7d9c0d81001 (patch)
treeab11f7396a87ef093c50eea3e4bce662909e7fad /redo/funcnames_windows.go
parent5bc9a75f0ac0528dd6fbababac6cf566f247a4b3 (diff)
Added Stop() and implemented it on Windows.
Diffstat (limited to 'redo/funcnames_windows.go')
-rw-r--r--redo/funcnames_windows.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/redo/funcnames_windows.go b/redo/funcnames_windows.go
index 689e54e..9724b9a 100644
--- a/redo/funcnames_windows.go
+++ b/redo/funcnames_windows.go
@@ -26,3 +26,4 @@ package ui
// wfunc user32 SendMessageW uintptr t_UINT t_WPARAM t_LPARAM t_LRESULT,noerr
// wfunc user32 UpdateWindow uintptr uintptr
// wfunc user32 DestroyWindow uintptr uintptr
+// wfunc user32 PostQuitMessage uintptr void