From 9e792dcef900de7039cd277459c0629abfab9f21 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Tue, 4 May 2010 06:35:37 +0200 Subject: NEWT Fixes: - Common native in NewtCommon.c/.h - Add simple NEWTEventFiFo, providing a pattern to spool events by an EventListener and to process them where it impacts (GLEventListener ..) - Window [X11|Windows]: setSize/setPosition: - always store the values, - only act if valid and !fullscreen - Window [X11]: - Add requestFocus - Add setTitle - Fix parent/child window creation - Fix parent/child window fullscreen (reparenting) - JUnit Test: ParentTest: - Shows parent and client window animation - Client window shall be able to go into fullscreen, ie disconnect/reconnect from its parent. Test: Focus-client + type-'f' - Both windows receive/dispatch events properly --- make/build-newt.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'make/build-newt.xml') diff --git a/make/build-newt.xml b/make/build-newt.xml index 158ec0dcd..9a7c55db8 100644 --- a/make/build-newt.xml +++ b/make/build-newt.xml @@ -407,6 +407,7 @@ + -- cgit v1.2.3