summaryrefslogtreecommitdiff
path: root/objc_darwin.h
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-06-08 12:36:55 -0400
committerPietro Gagliardi <[email protected]>2014-06-08 12:36:55 -0400
commitb172ab2e37896d36292660f6cc15987fb88ddf57 (patch)
treed00035f9d8b26941ac6913468135d2f34f57fe83 /objc_darwin.h
parent10f55564d0770ca5d5803026f6c3190c3b2fdd69 (diff)
Added new MsgBox() behavior on Mac OS X. Now we can finally remove MsgBox() from the TODOs! :D
Diffstat (limited to 'objc_darwin.h')
-rw-r--r--objc_darwin.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/objc_darwin.h b/objc_darwin.h
index 1a29c39..b18f0d7 100644
--- a/objc_darwin.h
+++ b/objc_darwin.h
@@ -63,8 +63,8 @@ extern void breakMainLoop(void);
extern void cocoaMainLoop(void);
/* dialog_darwin.m */
-extern void msgBox(id, id, id);
-extern void msgBoxError(id, id, id);
+extern void msgBox(id, id, id, void *);
+extern void msgBoxError(id, id, id, void *);
/* listbox_darwin.m */
extern id toListboxItem(id, id);