@@ -6,11 +6,11 @@ } type Layout interface { // Advances the layout and returns a starting point // for an element based on the last ending point. - Next(Point) Point + Next(last Point) Point } // Groups UI drawing routines type Canvas interface { Layout