diff options
| author | Pietro Gagliardi <[email protected]> | 2014-06-11 09:42:11 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-06-11 09:42:11 -0400 |
| commit | 2407a415b955b514f086d5441e11c41b6dd41e1d (patch) | |
| tree | 7d35fc8183616b75b65a89b006be043b173b171b /common_windows.go | |
| parent | 5fa1bd22e2d457523949e0e5e1dece729d053129 (diff) | |
| parent | 4fa35b22391d56ba22725229f8d99f0061c910d0 (diff) | |
Merge pull request #17 from papplampe/master
added Center function to window + Windows implementation (thanks to @papplampe)
Diffstat (limited to 'common_windows.go')
| -rw-r--r-- | common_windows.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common_windows.go b/common_windows.go index 8324e2e..2b3c5c8 100644 --- a/common_windows.go +++ b/common_windows.go @@ -91,6 +91,7 @@ var ( _setWindowPos = user32.NewProc("SetWindowPos") _setWindowText = user32.NewProc("SetWindowTextW") _showWindow = user32.NewProc("ShowWindow") + _getWindowRect = user32.NewProc("GetWindowRect") ) type _MINMAXINFO struct { |
