summaryrefslogtreecommitdiff
path: root/new/window_darwin.m
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2015-04-08 19:14:22 -0400
committerPietro Gagliardi <[email protected]>2015-04-08 19:14:22 -0400
commit410378b4516b7f9ca541100057b14a22c5f0dd04 (patch)
treed065abd2c6683a535586e482da4394675a1bf5d9 /new/window_darwin.m
parent7c2a32fec6774f07fa4149526b0e10e87e52f456 (diff)
And implemented proper control showing on Mac OS X.
Diffstat (limited to 'new/window_darwin.m')
-rw-r--r--new/window_darwin.m3
1 files changed, 0 insertions, 3 deletions
diff --git a/new/window_darwin.m b/new/window_darwin.m
index 613b78f..c2c312a 100644
--- a/new/window_darwin.m
+++ b/new/window_darwin.m
@@ -1,9 +1,6 @@
// 6 april 2015
#import "uipriv_darwin.h"
-// TODO
-// - showing on size
-
@interface uiWindowDelegate : NSObject <NSWindowDelegate>
@property (assign) NSWindow *w;
@property (assign) uiContainer *container;