(svn r8288) -Fix: [OSX] compiling with debug enabled now works again
authorbjarni
Sat, 20 Jan 2007 11:26:16 +0000
changeset 5993 ac3533f8edb7
parent 5992 407518f7287b
child 5994 17d8c24caa71
(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
--- a/src/video/cocoa_v.m	Sat Jan 20 09:49:29 2007 +0000
+++ b/src/video/cocoa_v.m	Sat Jan 20 11:26:16 2007 +0000
@@ -57,6 +57,8 @@
 #undef Point
 #undef Rect
 
+/* Taken from ../gfx.h */
+extern bool _dbg_screen_rect;
 
 
 /* Subclass of NSWindow to fix genie effect and support resize events  */