diff --git a/src/video/cocoa_v.m b/src/video/cocoa_v.m index 33f0b78e4c..f476c905cc 100644 --- a/src/video/cocoa_v.m +++ b/src/video/cocoa_v.m @@ -57,6 +57,8 @@ extern void HideMenuBar(void); #undef Point #undef Rect +/* Taken from ../gfx.h */ +extern bool _dbg_screen_rect; /* Subclass of NSWindow to fix genie effect and support resize events */