summaryrefslogtreecommitdiff
path: root/sysdata_windows.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-05-30 23:02:15 -0400
committerPietro Gagliardi <[email protected]>2014-05-30 23:02:15 -0400
commit2e0914e575742c93fd053a24201e239737be2eae (patch)
treed0e9d17d79b0734fdbdc4a371fecf61aaab5df0b /sysdata_windows.go
parent855a09656a382d4089674712b400391a6e9dd3f9 (diff)
Changed Areas on WIndows so that they all use the same window class, rather than having one per 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 e6b6484..9fac900 100644
--- a/sysdata_windows.go
+++ b/sysdata_windows.go
@@ -113,7 +113,7 @@ var classTypes = [nctypes]*classData{
doNotLoadFont: true,
},
c_area: &classData{
- register: registerAreaWndClass,
+ name: areaWndClass,
style: areastyle,
xstyle: areaxstyle,
storeSysData: true,