summaryrefslogtreecommitdiff
path: root/common_windows.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-06-07 14:50:05 -0400
committerPietro Gagliardi <[email protected]>2014-06-07 14:50:05 -0400
commitfe4d9b992d9b28c9734d06fb41fb093014c7051d (patch)
treea528bb128633966b1d8ef2abdcbc010b2dd60251 /common_windows.go
parent7a22f0e073f11f365a71dd716307dfc342a33647 (diff)
Changed SetWindowLong() to SetWindowLongPtr() in the Windows backend. I forgot I already had some there :|
Diffstat (limited to 'common_windows.go')
-rw-r--r--common_windows.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/common_windows.go b/common_windows.go
index 41a123f..d319f7e 100644
--- a/common_windows.go
+++ b/common_windows.go
@@ -88,7 +88,6 @@ var (
_createWindowEx = user32.NewProc("CreateWindowExW")
_getClientRect = user32.NewProc("GetClientRect")
_moveWindow = user32.NewProc("MoveWindow")
- _setWindowLong = user32.NewProc("SetWindowLongW")
_setWindowPos = user32.NewProc("SetWindowPos")
_setWindowText = user32.NewProc("SetWindowTextW")
_showWindow = user32.NewProc("ShowWindow")