diff options
| author | Pietro Gagliardi <[email protected]> | 2014-08-04 17:28:53 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-08-04 17:28:53 -0400 |
| commit | 6010665415aa8ac80effd5d4caea80ea5628166b (patch) | |
| tree | e412b46f141605383dcdd360233c64198be4705e /redo/objc_darwin.h | |
| parent | 84297ad7e13d3f10e967358ad10e286e9e193584 (diff) | |
Converted Window on Mac OS X to use the new container system. Now I can merge container and sizing...
Diffstat (limited to 'redo/objc_darwin.h')
| -rw-r--r-- | redo/objc_darwin.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/redo/objc_darwin.h b/redo/objc_darwin.h index 28b07e4..703f757 100644 --- a/redo/objc_darwin.h +++ b/redo/objc_darwin.h @@ -23,6 +23,7 @@ extern void issue(void *); /* window_darwin.m */ extern id newWindow(intptr_t, intptr_t); extern void windowSetDelegate(id, void *); +extern void windowSetContentView(id, id); extern const char *windowTitle(id); extern void windowSetTitle(id, const char *); extern void windowShow(id); |
