diff --git a/box.c b/box.c index 0031a206..023489f0 100644 --- a/box.c +++ b/box.c @@ -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 *);