summaryrefslogtreecommitdiff
path: root/redo/window_darwin.m
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-07-23 17:09:08 -0400
committerPietro Gagliardi <[email protected]>2014-07-23 17:09:08 -0400
commita2eb69cbf6887a3eee85c7d9e10d13672e4cdb76 (patch)
tree1aea9da0499889ef8dbf5157c0b904ce7121b047 /redo/window_darwin.m
parent300835a1b45b0b59951baa28e69e886aa72fc38f (diff)
Fixed compilation errors on Mac OS X. Reparenting works; redrawing, however...
Diffstat (limited to 'redo/window_darwin.m')
-rw-r--r--redo/window_darwin.m3
1 files changed, 2 insertions, 1 deletions
diff --git a/redo/window_darwin.m b/redo/window_darwin.m
index 18dee84..20e26e4 100644
--- a/redo/window_darwin.m
+++ b/redo/window_darwin.m
@@ -87,4 +87,5 @@ void windowRedraw(id win)
d = [toNSWindow(win) delegate];
[d doWindowResize:win];
-} \ No newline at end of file
+ // TODO new control sizes don't take effect properly, even with [toNSWindow(win) display];
+}