From 60de6d05c5c870bbde6ac82e07db0dd83a7bfc1a Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Thu, 5 Jun 2014 00:53:26 -0400 Subject: Implemented message box transience on Mac OS X. --- objc_darwin.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'objc_darwin.h') 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); -- cgit v1.2.3