More TODOs.

This commit is contained in:
Pietro Gagliardi 2015-09-10 18:32:16 -04:00
parent 5832e56f3c
commit aa446a3e51
1 changed files with 5 additions and 0 deletions

View File

@ -1,6 +1,11 @@
// 9 september 2015
#include "area.h"
// We are basically cloning NSScrollView here, managing scrolling ourselves.
// TODOs
// - is the page increment set up right?
// - do we need to draw anything in the empty corner?
// TODO remove this
void addConstraint(NSView *view, NSString *constraint, NSDictionary *metrics, NSDictionary *views)
{