diff --git a/redo/reredo/darwin/box.m b/redo/reredo/darwin/box.m index c795c2da..ddce8086 100644 --- a/redo/reredo/darwin/box.m +++ b/redo/reredo/darwin/box.m @@ -1,6 +1,9 @@ // 15 august 2015 #import "uipriv_darwin.h" +// TODOs: +// - page 2 isn't growable + struct uiBox { uiDarwinControl c; NSView *view;