From 7e81956daf1d5c81f6344e7f5509ae08947f8434 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Fri, 11 Nov 2011 07:35:43 +0100 Subject: OS X Layered View: Part7 Allow NEWT onscreen MacWindow to be used incl reparenting Test: enable NEWT 'onscreen' case --- src/jogl/native/macosx/MacOSXWindowSystemInterface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/jogl/native/macosx/MacOSXWindowSystemInterface.h') diff --git a/src/jogl/native/macosx/MacOSXWindowSystemInterface.h b/src/jogl/native/macosx/MacOSXWindowSystemInterface.h index 763930e37..3625cfbde 100644 --- a/src/jogl/native/macosx/MacOSXWindowSystemInterface.h +++ b/src/jogl/native/macosx/MacOSXWindowSystemInterface.h @@ -3,7 +3,7 @@ #import #import -#define VERBOSE_ON 1 +// #define VERBOSE_ON 1 #ifdef VERBOSE_ON // #define DBG_PRINT(...) NSLog(@ ## __VA_ARGS__) -- cgit v1.2.3