From: Karl O. H. <ka...@hu...> - 2022-07-04 20:42:02
|
Bill Kendrick skreiv 04.07.2022 22:19: > Karl posted these two bugs over on SourceForge: > > * Two directional brushes don't work when using black colour > https://sourceforge.net/p/tuxpaint/bugs/253/ > > * Tux Paint window don��t refresh when alt-tabbed into > https://sourceforge.net/p/tuxpaint/bugs/254/ > > I am unable to reproduce either bug on my Ubuntu 20.04.4 LTS > system running Tux Paint 'master' branch with SDL 1.2.15, or > 'sdl2.0' branch with SDL 2.0.10, under X-Window X.Org 1.20.13. > > Karl reports that the Alt+Tab issue happens with X11 and SDL 1.2.50, > but not under Wayland, nor under SDL 2.0. Turns out that the latest version of SDL 1.2 is version 1.2.15, released in 2012 (!), and that what I’m actually using is https://github.com/libsdl-org/sdl12-compat. This is a compatibility layer, which *pretends* to be SDL 1.2.x (in this case 1.2.50), but which uses SDL 2.0 under the hood. The original SDL 1.2 is not packaged in my distro (openSUSE Tumbleweed). -- Karl Ove Hufthammer |