diff options
| author | Pietro Gagliardi <[email protected]> | 2014-08-27 12:11:55 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-08-27 12:11:55 -0400 |
| commit | a9961feb2cd89c1425257c544a3a2955f70199de (patch) | |
| tree | be75fdc5d41f6052a99710f3d423b4228b16ef60 /redo/objc_darwin.h | |
| parent | 83f423a43ef87c34e09470f36eefc17ac57033d6 (diff) | |
Switched from NSPopover for the TextField.Invalid() warning on Mac OS X to a custom window subclass.
Diffstat (limited to 'redo/objc_darwin.h')
| -rw-r--r-- | redo/objc_darwin.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/redo/objc_darwin.h b/redo/objc_darwin.h index 411b0cb..a961a0e 100644 --- a/redo/objc_darwin.h +++ b/redo/objc_darwin.h @@ -145,5 +145,6 @@ extern void openFile(id, void *); /* warningpopover_darwin.m */ extern id newWarningPopover(char *); +extern void warningPopoverShow(id, id); #endif |
