More TODOs.

This commit is contained in:
Pietro Gagliardi 2015-04-07 16:59:23 -04:00
parent 28adb7fee5
commit e4d30e3860
1 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,9 @@
// 6 april 2015
#import "uipriv_darwin.h"
// TODO
// - showing on size
@interface uiWindowDelegate : NSObject <NSWindowDelegate>
@property uiWindow *w;
@property int (*onClosing)(uiWindow *, void *);