diff options
| author | Pietro Gagliardi <[email protected]> | 2014-02-11 19:18:03 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-02-11 19:18:03 -0500 |
| commit | 73fa611b3726fbb2f6af198e8a0744add75c4e94 (patch) | |
| tree | 3e83b2725ebc2fefb4c042b427cc556ea0f60947 /window.go | |
| parent | ecb2205e02fa68e3c820d2139f6d735ad799a0c2 (diff) | |
All build errors resolved. Now to test...
Diffstat (limited to 'window.go')
| -rw-r--r-- | window.go | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -24,8 +24,10 @@ type Window struct { func NewWindow(title string) *Window { return &Window{ sysData: &sysData{ - ctype: c_window, - text: title, + cSysData: cSysData{ + ctype: c_window, + text: title, + }, }, } } |
