From 7c78bb79d6dfb1441c5aace22bf5dca641077864 Mon Sep 17 00:00:00 2001 From: bjarni Date: Sat, 20 Jan 2007 11:26:16 +0000 Subject: [PATCH] (svn r8288) -Fix: [OSX] compiling with debug enabled now works again -This is once again an obj-C vs C++ issue. I need to make a nice and permanent solution soon, but I need the debugger right now --- src/video/cocoa_v.m | 2 ++ 1 file changed, 2 insertions(+) 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 */