summaryrefslogtreecommitdiff
path: root/sysdata_windows.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-02-11 17:38:38 -0500
committerPietro Gagliardi <[email protected]>2014-02-11 17:38:38 -0500
commiteeff0d860593710a9c4a9749f599266892f276f8 (patch)
treebf64ac26993008cd4c1febae5eac55b601dd5e73 /sysdata_windows.go
parentb727a972adbc90c3cdfbff2c462a583aefd48474 (diff)
Migrated over the window class and window procedure stuff, set up the standard window class, and wrote the skeleton window procedure.
Diffstat (limited to 'sysdata_windows.go')
-rw-r--r--sysdata_windows.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdata_windows.go b/sysdata_windows.go
index 042c262..8cd8222 100644
--- a/sysdata_windows.go
+++ b/sysdata_windows.go
@@ -24,7 +24,7 @@ type classData struct {
var classTypes = [nctypes]*classData{
c_window: &classData{
- name: uintptr(unsafe.Pointer(windowclass)),
+ name: uintptr(unsafe.Pointer(stdWndClass)),
style: xxxx,
xstyle: xxxx,
},