From 219132f2f18d3b77d472e218bbcd39eb059bb90d Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Mon, 11 Aug 2014 12:49:39 -0400 Subject: Renamed Mac OS X's container's view field to id to be in sync with the other Mac OS X data structures. --- redo/window_darwin.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'redo/window_darwin.go') diff --git a/redo/window_darwin.go b/redo/window_darwin.go index 3b131d3..ddd598e 100644 --- a/redo/window_darwin.go +++ b/redo/window_darwin.go @@ -28,7 +28,7 @@ func newWindow(title string, width int, height int, control Control) *window { container: newContainer(control), } C.windowSetDelegate(w.id, unsafe.Pointer(w)) - C.windowSetContentView(w.id, w.container.view) + C.windowSetContentView(w.id, w.container.id) return w } -- cgit v1.2.3