Vitaly Novichkov
Vitaly Novichkov
I made a super-simple SDL2 demo that changes icon, please try it in action: [sdl-icon-test.tar.gz](https://github.com/user-attachments/files/21169597/sdl-icon-test.tar.gz) ```bash # build: gcc sdl-icon-test.c -o sdl-icon-test -lSDL2 # run SDL_VIDEODRIVER=wayland ./sdl-icon-test ``` And try...
If it will gets reproduces, then we can report this to SDL2 itself as a bug.
Ping? I sent above the simple demo, could you try to test it, does it reproduces the same icon bug?
Hm... and what if you try the latest game build? Still it fails or not? I updated SDL2 several times, and it should just work. Or build the game using...
Hello! I actaully have this plan, and even more I built the audio library to use with that: https://github.com/Wohlstand/DJApogeeAudioLib (I ported Apogee Sound System from Watcom to DJGPP so it...