diff options
| author | Pietro Gagliardi <[email protected]> | 2014-06-05 00:53:26 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-06-05 00:53:26 -0400 |
| commit | 60de6d05c5c870bbde6ac82e07db0dd83a7bfc1a (patch) | |
| tree | 300df1b8356ebc092a2456faf1b02ffe952bc319 /objc_darwin.h | |
| parent | 8e0a38dc470ee8ba7c209e5e33fa46c27469eabb (diff) | |
Implemented message box transience on Mac OS X.
Diffstat (limited to 'objc_darwin.h')
| -rw-r--r-- | objc_darwin.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/objc_darwin.h b/objc_darwin.h index e26db6f..fd2058a 100644 --- a/objc_darwin.h +++ b/objc_darwin.h @@ -61,8 +61,8 @@ extern void breakMainLoop(void); extern void cocoaMainLoop(void); /* dialog_darwin.m */ -extern void msgBox(id, id); -extern void msgBoxError(id, id); +extern void msgBox(id, id, id); +extern void msgBoxError(id, id, id); /* listbox_darwin.m */ extern id toListboxItem(id, id); |
