More TODOs.

This commit is contained in:
Pietro Gagliardi 2015-04-29 14:30:15 -04:00
parent 8f79f0596f
commit 4c75b4fb3a
1 changed files with 3 additions and 0 deletions

3
box.c
View File

@ -2,6 +2,9 @@
#include "ui.h"
#include "uipriv.h"
// TODOs
// - setting padded doesn't take effect immediately on OS X
// TODO remove these
typedef struct box box;
typedef struct boxControl boxControl;