From 6e273ec07af21ad3c2a1b50fece9f46a3cc92658 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Sat, 24 Apr 2010 14:27:18 +0200 Subject: NEWT Cleanup - Moved all implementation details (awt/x11/windows/macosx/..) to com.jogamp.newt.impl - Moved awt event handling com.jogamp.newt.awt.event -> com.jogamp.newt.event.awt - NEWTEvent extends java.util.EventObject - NEWTEventListener extends java.util.EventListener - Added Trace*Adapter, logging the event, incl. the time lag --- make/build-newt.xml | 55 +++++++++++++++++++++++++++++++++++------------------ 1 file changed, 36 insertions(+), 19 deletions(-) (limited to 'make/build-newt.xml') diff --git a/make/build-newt.xml b/make/build-newt.xml index 22b34fdc2..c6d67b85c 100644 --- a/make/build-newt.xml +++ b/make/build-newt.xml @@ -87,25 +87,28 @@ + value="com/jogamp/newt/*, com/jogamp/newt/event/*, com/jogamp/newt/util/*, com/jogamp/newt/impl/*"/> + + + value="com/jogamp/newt/impl/x11/*"/> + value="com/jogamp/newt/impl/windows/*"/> + value="com/jogamp/newt/impl/macosx/*"/> + value="com/jogamp/newt/opengl/*, com/jogamp/newt/impl/opengl/kd/*"/> + value="com/jogamp/newt/impl/opengl/broadcom/egl/*"/> - + @@ -159,7 +162,7 @@ - + @@ -475,23 +478,23 @@ - + - - - + + + - + - - - + + + @@ -592,6 +595,13 @@ + + + + + + + + + + + + - + @@ -664,7 +681,7 @@ - + -- cgit v1.2.3