diff options
| author | Pietro Gagliardi <[email protected]> | 2014-08-26 22:41:25 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-08-26 22:41:25 -0400 |
| commit | 83f423a43ef87c34e09470f36eefc17ac57033d6 (patch) | |
| tree | f42e9c5f4f5f1c844c674c2856c7e175dcb7f42e /redo/objc_darwin.h | |
| parent | 8a4218b1097544f0bca2ef4dead097a0edab157c (diff) | |
Cleaned up the TextField.Invalid() popover on Mac OS X a fair bit.
Diffstat (limited to 'redo/objc_darwin.h')
| -rw-r--r-- | redo/objc_darwin.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/redo/objc_darwin.h b/redo/objc_darwin.h index a8bf282..411b0cb 100644 --- a/redo/objc_darwin.h +++ b/redo/objc_darwin.h @@ -143,4 +143,7 @@ extern id toImageListImage(void *, intptr_t, intptr_t, intptr_t); /* dialog_darwin.m */ extern void openFile(id, void *); +/* warningpopover_darwin.m */ +extern id newWarningPopover(char *); + #endif |
