diff options
Diffstat (limited to 'redo/window_darwin.m')
| -rw-r--r-- | redo/window_darwin.m | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/redo/window_darwin.m b/redo/window_darwin.m index 20e26e4..a923ef5 100644 --- a/redo/window_darwin.m +++ b/redo/window_darwin.m @@ -80,6 +80,11 @@ void windowClose(id win) [toNSWindow(win) close]; } +id windowContentView(id win) +{ + return (id) [toNSWindow(win) contentView]; +} + // fake a resize event under certain conditions; see each invocation for details void windowRedraw(id win) { |
