From b9db1c170206e223b27c3ca5374b4e50bb5b0dc7 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 10 Feb 2019 02:13:57 +0100 Subject: [PATCH] Add function prototype to cocoa_common.h --- ui/drivers/cocoa/cocoa_common.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ui/drivers/cocoa/cocoa_common.h b/ui/drivers/cocoa/cocoa_common.h index a7162cfb82..81be4afd20 100644 --- a/ui/drivers/cocoa/cocoa_common.h +++ b/ui/drivers/cocoa/cocoa_common.h @@ -176,4 +176,6 @@ extern apple_frontend_settings_t apple_frontend_settings; #define UNSAFE_UNRETAINED #endif +void *get_chosen_screen(void); + #endif