Issues reported w/ NewtCanvasAWT Applets when toggling fullscreen on X11 and Windows - at least. Fullscreen On From NEWT Child: May not have proper FS size [at start]. Fullscreen Off Back to NEWT Child: May still have FS size.
Can easily be reproduced with <com.jogamp.opengl.test.junit.jogl.demos.es2.newt.TestGearsES2NewtCanvasAWT>
552dd898add86f8bd745ab4cc1a9e755edd9926d Fix Bug 1209 - Regression of Bug 1188 Patches: Parented Fullscreen Issues (X11, Windows) The regression was caused by WindowImpl changes: (1) Not ignoring maximizedChanged(..) during fullscreen. X11 windows may promote maximized state, which will be passed in reconfigure -> non-fullscreen and hinders reseting the original size. (2) getReconfigureMask(..) was wrongly translated to state-mask, i.e. special handling of STATE_MASK_UNDECORATED and STATE_MASK_CHILDWIN was removed. - Issues above were corrected - Replace PSTATE_MASK_FULLSCREEN_NFS* w/ own stateMaskNFS for simplification