diff options
| author | Pietro Gagliardi <[email protected]> | 2015-04-10 23:22:46 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2015-04-10 23:22:46 -0400 |
| commit | c610c60ea6266fe68c2f06627c0bdbedaa5731bb (patch) | |
| tree | 48d7027b0e11a39cdb8fe2f07fb4e9bf075530ac /new/uipriv_darwin.h | |
| parent | 47c89f6aefcae52301d621634701e7b676487e50 (diff) | |
Started to implement proper destruction logic for Mac OS X controls.
Diffstat (limited to 'new/uipriv_darwin.h')
| -rw-r--r-- | new/uipriv_darwin.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/new/uipriv_darwin.h b/new/uipriv_darwin.h index 057af1d..e34b825 100644 --- a/new/uipriv_darwin.h +++ b/new/uipriv_darwin.h @@ -24,6 +24,9 @@ fprintf(stderr, "%p free\n", self); \ } +// init_darwin.m +extern NSView *deletedControlsView; + // util_darwin.m extern void setStandardControlFont(NSControl *); extern void disableAutocorrect(NSTextView *); |
