summaryrefslogtreecommitdiff
path: root/sysdata_windows.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-05-30 21:49:55 -0400
committerPietro Gagliardi <[email protected]>2014-05-30 21:49:55 -0400
commita3e27bfbd0a4109e96c90746174a4c5b2238c518 (patch)
tree16291e694de4101a7f8680fba88467a735ae0bc5 /sysdata_windows.go
parente5ec4bb159ac3a242f952048001e88fd427c8d00 (diff)
Converted the standard Windows window class (for Window) to be a single class, rather than having a new one for each Window. Now for Area.
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 f813de3..06b2ac8 100644
--- a/sysdata_windows.go
+++ b/sysdata_windows.go
@@ -46,7 +46,7 @@ const controlxstyle = 0
var classTypes = [nctypes]*classData{
c_window: &classData{
- register: registerStdWndClass,
+ name: stdWndClass,
style: _WS_OVERLAPPEDWINDOW,
xstyle: 0,
storeSysData: true,