diff options
| author | Pietro Gagliardi <[email protected]> | 2014-05-30 21:49:55 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-05-30 21:49:55 -0400 |
| commit | a3e27bfbd0a4109e96c90746174a4c5b2238c518 (patch) | |
| tree | 16291e694de4101a7f8680fba88467a735ae0bc5 /sysdata_windows.go | |
| parent | e5ec4bb159ac3a242f952048001e88fd427c8d00 (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.go | 2 |
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, |
