From 00b730ebca31f57d70d9b95c8a48c0f3939863aa Mon Sep 17 00:00:00 2001 From: bjarni Date: Sat, 20 Jan 2007 11:26:16 +0000 Subject: (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(+) (limited to 'src/video') 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 */ -- cgit v1.2.3-54-g00ecf