diff options
| author | Pietro Gagliardi <[email protected]> | 2014-06-30 22:48:12 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-06-30 22:48:12 -0400 |
| commit | ffa1bbe0b91a8c812ddcea5c5d65e55f60d07f33 (patch) | |
| tree | 000fadd9af11843d92e7f0eee49fa90cca1379cd /objc_darwin.h | |
| parent | 990d50e9a153681a091a23734f8962e728fde1b0 (diff) | |
Restored the previous new API. I'm going to change it so that events are callbacks rather than using a window handler, but other than that... yeah.
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 22bafb1..8174ec1 100644 --- a/objc_darwin.h +++ b/objc_darwin.h @@ -68,8 +68,8 @@ extern void breakMainLoop(void); extern void cocoaMainLoop(void); /* dialog_darwin.m */ -extern void msgBox(id, id, id, void *); -extern void msgBoxError(id, id, id, void *); +extern void msgBox(id, id, id); +extern void msgBoxError(id, id, id); /* listbox_darwin.m */ extern id toListboxItem(id, id); |
