diff options
| author | Pietro Gagliardi <[email protected]> | 2014-08-03 20:08:25 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-08-03 20:08:25 -0400 |
| commit | 8c4cd789ca4dc69a56bf3327ff7ebbb5b88314be (patch) | |
| tree | fe52b1a8a55552d2ebcea3480442f5953374afd3 /redo/controlbase.sh | |
| parent | b6d07237b423b690570e105e5f0810d35693b0d0 (diff) | |
Migrated the Mac OS X backend to the new Control setup.
Diffstat (limited to 'redo/controlbase.sh')
| -rwxr-xr-x | redo/controlbase.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
