diff options
| author | Pietro Gagliardi <[email protected]> | 2014-08-19 13:09:26 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-08-19 13:09:26 -0400 |
| commit | e5759d80de62958b24d5fe18c7e8b2d4a8241cc0 (patch) | |
| tree | 6687da045b9dfe3480bffea50a35b69723227f91 /redo/objc_darwin.h | |
| parent | a19832d35ee37e23d6db45fee73d190bb74d4c27 (diff) | |
Fixed modality issues on Mac OS X.
Diffstat (limited to 'redo/objc_darwin.h')
| -rw-r--r-- | redo/objc_darwin.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/redo/objc_darwin.h b/redo/objc_darwin.h index 53cb65d..f3b7e70 100644 --- a/redo/objc_darwin.h +++ b/redo/objc_darwin.h @@ -41,6 +41,8 @@ extern id getAppDelegate(void); /* used by the other .m files */ extern void uiinit(char **); extern void uimsgloop(void); extern void uistop(void); +extern void beginModal(void); +extern void endModal(void); extern void issue(void *); /* window_darwin.m */ |
