diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/video/cocoa_v.m | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/video/cocoa_v.m b/src/video/cocoa_v.m index 33f0b78e4..f476c905c 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 */ |