diff options
Diffstat (limited to 'area_darwin.go')
| -rw-r--r-- | area_darwin.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/area_darwin.go b/area_darwin.go index 39a5fb3..2041494 100644 --- a/area_darwin.go +++ b/area_darwin.go @@ -74,7 +74,7 @@ func mkAreaClass() error { return nil } -func makeArea(parentWindow C.id, alternate bool) C.id { +func makeArea(parentWindow C.id, alternate bool, s *sysData) C.id { area := C.objc_msgSend_noargs(_goArea, _alloc) area = initWithDummyFrame(area) // TODO others? |
