1
0
Fork 0

(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
release/0.6
bjarni 2007-01-20 11:26:16 +00:00
parent e13b00e14f
commit 00b730ebca
1 changed files with 2 additions and 0 deletions

View File

@ -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 */