Skip to content
The Jenkins Controller is preparing for shutdown. No new builds can be started.
Unstable

Changes

Summary

  1. X11Util/Xmisc setX11ErrorHandler: Force setting X11 error handler if (details)
  2. Fix script lstjars.sh's pack200 list (details)
Commit 337ae7842fc9a78196dab9a21eb052b3f4dfc5cd by Sven Gothel
X11Util/Xmisc setX11ErrorHandler: Force setting X11 error handler if invoked from Java ensuring to overwrite other TKs handler

SWT sets it's error handler, which exits application in case of an X11 error (e.g. n/a GL3 impl.).
We need to allow overwriting it, hence allowing multiple calls (NEWT, GLContext).

This patch also makes native NativewindowCommon_x11ErrorHandlerEnable(..) function static.
The file was modifiedsrc/nativewindow/native/x11/Xmisc.h (diff)
The file was modifiedsrc/nativewindow/native/x11/Xmisc.c (diff)
Commit f25b5c973150252af5c5fbf4ca87b03e2e9aee32 by Sven Gothel
Fix script lstjars.sh's pack200 list
The file was modifiedmake/scripts/lstjars.sh (diff)