diff options
| author | Pietro Gagliardi <[email protected]> | 2014-05-30 23:02:15 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-05-30 23:02:15 -0400 |
| commit | 2e0914e575742c93fd053a24201e239737be2eae (patch) | |
| tree | d0e9d17d79b0734fdbdc4a371fecf61aaab5df0b /sysdata_windows.go | |
| parent | 855a09656a382d4089674712b400391a6e9dd3f9 (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.go | 2 |
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, |
