From c8e147620c55ff16e9d687bb36a4374e97e82176 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Sun, 4 Sep 2011 10:51:16 +0200 Subject: Complete translucency support for Win32 - tested w/ NEWT https://jogamp.org/bugzilla/show_bug.cgi?id=517 - Adding some Windows DWM entries to GDI (manual) for translucency support - Add translucency setting in WindowsWGLGraphicsConfiguration* --- make/build-nativewindow.xml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'make/build-nativewindow.xml') diff --git a/make/build-nativewindow.xml b/make/build-nativewindow.xml index bf8c8cdd9..b13e9b0ff 100644 --- a/make/build-nativewindow.xml +++ b/make/build-nativewindow.xml @@ -224,7 +224,9 @@ config="${windowlib.os.cfg}" includeRefid="stub.includes.fileset.platform" literalInclude="${stub.includes.gluegen.gg}" - emitter="com.jogamp.gluegen.JavaEmitter"> + emitter="com.jogamp.gluegen.JavaEmitter" + debug="false" + dumpCPP="false"> @@ -576,6 +578,7 @@ + @@ -610,9 +613,10 @@ - - + + + -- cgit v1.2.3