Re: JOGL incompatible with SWT 4.21
Posted by
RoiArthurB on
Dec 16, 2022; 4:08am
URL: https://forum.jogamp.org/JOGL-incompatible-with-SWT-4-21-tp4041643p4041972.html
Hi all,
Just a quick update, I did try to compile our software with different version of SWT, and none of them works above Eclipse 2022-03 (SWT 4.21)...
So I did a git diff between every files used in the patched SWTAccessor between SWT 4.21 and 4.22 (the problem should comes from here I guess), which is here :
https://pastebin.com/miWipQJ3
Most of the modifications are in the file `Display.java`, but I can't really point out what could be breaking... Maybe something about callbacks ?
I also made another diff with those same files but comparing SWT 4.21 and 4.26 (current latest release) :
https://pastebin.com/xNawYsZs