More TODOs. Sigh...

This commit is contained in:
Pietro Gagliardi 2015-05-04 16:34:03 -04:00
parent 1c62c04786
commit 68a1cfb199
1 changed files with 3 additions and 0 deletions

3
box.c
View File

@ -2,6 +2,9 @@
#include "ui.h"
#include "uipriv.h"
// TODO
// - boxes inside boxes aren't updated on windows when padded changes (OS X too?)
struct box {
uiBox b;
void (*baseDestroy)(uiControl *);