From 8c4cd789ca4dc69a56bf3327ff7ebbb5b88314be Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sun, 3 Aug 2014 20:08:25 -0400 Subject: Migrated the Mac OS X backend to the new Control setup. --- redo/controlbase.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'redo/controlbase.sh') diff --git a/redo/controlbase.sh b/redo/controlbase.sh index 24930c9..1945e2d 100755 --- a/redo/controlbase.sh +++ b/redo/controlbase.sh @@ -31,6 +31,6 @@ func (AAA *BBB) commitResize(a *allocation, d *sizing) { } func (AAA *BBB) getAuxResizeInfo(d *sizing) { - basegetAuxResizeInfo(d) + basegetAuxResizeInfo(AAA, d) } END -- cgit v1.2.3