From 2e0914e575742c93fd053a24201e239737be2eae Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Fri, 30 May 2014 23:02:15 -0400 Subject: Changed Areas on WIndows so that they all use the same window class, rather than having one per Area. --- sysdata_windows.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdata_windows.go') 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, -- cgit v1.2.3