On 01/11/2025 17:50, Will Godfrey wrote:
... and now quite puzzled.There are three calls that check for gtk+ and if I change the 'if(' to 'if (false)' then do a make clean, then make colour changes in the widget still seem to follow the theme colour. The question then becomes will compiling on older versions of the OS break?
I know these calls, since they are only supported in newer FLTK versions. Since some time, FLTK has a built-in adapter for its default style to mimic the style of the predominant UI toolkit, that is GTK for all Gnome and XFCE desktops and QT for KDE. I routinely patch these calls away for my backports in the PPA. I could not see any visual effect and I do not know why these calls were added, since we are setting most colours explicitly anyway, and use our own custom-made styling system. _______________________________________________ Yoshimi-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/yoshimi-devel
