From 6010665415aa8ac80effd5d4caea80ea5628166b Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Mon, 4 Aug 2014 17:28:53 -0400 Subject: Converted Window on Mac OS X to use the new container system. Now I can merge container and sizing... --- redo/objc_darwin.h | 1 + 1 file changed, 1 insertion(+) (limited to 'redo/objc_darwin.h') 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); -- cgit v1.2.3