From 7613753091793b27a90585094aadb7beb36aab4b Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Tue, 4 May 2010 14:16:33 +0200 Subject: NEWT Fixes (Windows/child-win): - Clarify NEWT setSize/setPosition in regards to fullscreen state - Windows: Allow child win to receive keyboard events - requestFocus: calls SetForegroundWindow and SetFocus - requestFocus when mouse clicked - add WS_TABSTOP - Windows: Allow child win to set position - TODO: child-win fullscreen as in X11 .. --- make/scripts/make.jogl.all.linux-x86.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'make/scripts/make.jogl.all.linux-x86.sh') diff --git a/make/scripts/make.jogl.all.linux-x86.sh b/make/scripts/make.jogl.all.linux-x86.sh index d73d3b7f7..5b443f5d3 100644 --- a/make/scripts/make.jogl.all.linux-x86.sh +++ b/make/scripts/make.jogl.all.linux-x86.sh @@ -41,6 +41,7 @@ fi ant \ $CUSTOMLIBDIR \ + -Dbuild.noarchives=true \ -Dgluegen-cpptasks.file=`pwd`/../../gluegen/make/lib/gluegen-cpptasks-linux-32bit.xml \ -Dbuild.noarchives=true \ -Djogl.cg=1 -Dx11.cg.lib=../../lib-linux-x86 \ -- cgit v1.2.3