(OSX) Buildfix

This commit is contained in:
Twinaphex 2019-11-20 11:19:18 +01:00
parent f081cfa314
commit 932071952d

View File

@ -142,6 +142,10 @@ extern apple_frontend_settings_t apple_frontend_settings;
#define UNSAFE_UNRETAINED
#endif
void *nsview_get_ptr(void);
void nsview_set_ptr(CocoaView *ptr);
void *get_chosen_screen(void);
#endif