From d3df9b409a0b524497eadd92ccf749ac669b0825 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Sun, 27 Nov 2011 17:40:45 +0100 Subject: MacWindow: Impl. DriverUpdatePosition; Alias position2TopLevel -> getLocationOnScreenImpl Since the MacWindow position needs to be changed in concert with the parent, we need to be triggered to update ours. AWTParentWindowAdapter issues 'updatePosition()' if DriverUpdatePosition is implemented. --- .../classes/jogamp/nativewindow/jawt/macosx/MacOSXJAWTWindow.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/nativewindow/classes') diff --git a/src/nativewindow/classes/jogamp/nativewindow/jawt/macosx/MacOSXJAWTWindow.java b/src/nativewindow/classes/jogamp/nativewindow/jawt/macosx/MacOSXJAWTWindow.java index 1370f0fca..ab2986fbe 100644 --- a/src/nativewindow/classes/jogamp/nativewindow/jawt/macosx/MacOSXJAWTWindow.java +++ b/src/nativewindow/classes/jogamp/nativewindow/jawt/macosx/MacOSXJAWTWindow.java @@ -242,9 +242,9 @@ public class MacOSXJAWTWindow extends JAWTWindow implements SurfaceChangeable { if(null != getJAWT()) { System.err.println("JAWT version: 0x"+Integer.toHexString(getJAWT().getCachedVersion())+ ", CA_LAYER: "+ JAWTUtil.isJAWTUsingOffscreenLayer(getJAWT())+ - ", isLayeredSurface "+isOffscreenLayerSurfaceEnabled()+", bounds "+bounds); + ", isLayeredSurface "+isOffscreenLayerSurfaceEnabled()+", bounds "+bounds+", insets "+insets); } else { - System.err.println("JAWT n/a, bounds "+bounds); + System.err.println("JAWT n/a, bounds "+bounds+", insets "+insets); } // Thread.dumpStack(); } -- cgit v1.2.3