Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-08 | Avoid memory access errors on cleanup | xengineering | |
2022-10-08 | Fix SDL2 window creation on Wayland | xengineering | |
See this post: https://github.com/libsdl-org/SDL/issues/6074 It seems like SDL2 does not show an empty window on Wayland systems if there is nothing drawn on this. Thus this commit adds an empty white pixel buffer. | |||
2022-10-08 | Output used SDL2 video driver | xengineering | |
2022-10-07 | Add SDL2 version (X11 only) | xengineering | |
There seems to be a bug in SDL2. Window creation is successful under Wayland (window pointer not NULL) but there is no window visible. Tested with Sway and Weston. The same implementation works fine under Cinnamon with X11. |