summaryrefslogtreecommitdiff
path: root/new/window_darwin.m
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2015-04-12 16:00:09 -0400
committerPietro Gagliardi <[email protected]>2015-04-12 16:00:09 -0400
commit425ede5288b50d140049f4e9e62d23189cd7d970 (patch)
treeb62da911f0b6c1db99be5c2c92e242747964d205 /new/window_darwin.m
parent142b2db9f59e24440aed4adadf89137cd076dc46 (diff)
Fixed Mac OS X tab page clearing. I'm really going to oneed to restructure the whole container system...
Diffstat (limited to 'new/window_darwin.m')
-rw-r--r--new/window_darwin.m3
1 files changed, 3 insertions, 0 deletions
diff --git a/new/window_darwin.m b/new/window_darwin.m
index 539b113..39027b1 100644
--- a/new/window_darwin.m
+++ b/new/window_darwin.m
@@ -1,6 +1,9 @@
// 6 april 2015
#import "uipriv_darwin.h"
+// TODO
+// - free chilld containers properly
+
@interface uiWindowDelegate : NSObject <NSWindowDelegate>
@property (assign) NSWindow *w;
@property (assign) uiContainer *container;