diff options
| author | Pietro Gagliardi <[email protected]> | 2014-03-15 21:36:10 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-03-15 21:36:10 -0400 |
| commit | a5a3287696a3c99faa9115c5864787157f266ed0 (patch) | |
| tree | 7cf1ab25eba9e46bba2a2417ed99168d7513d577 /sysdata.go | |
| parent | 56c05a4e782bdfb2197a48f94b5f715efc9a74ab (diff) | |
Added portable code for Area's MouseEvent.
Diffstat (limited to 'sysdata.go')
| -rw-r--r-- | sysdata.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -22,6 +22,7 @@ type cSysData struct { // for Area paint chan PaintRequest + mouse chan MouseEvent } func (c *cSysData) make(initText string, window *sysData) error { panic(runtime.GOOS + " sysData does not define make()") |
