Age | Commit message (Collapse) | Author |
|
This commit is part of the maintenance branch of the legacy GTK4 /
libstrophe version of LimoX. Thus SDL2 and self-written XMPP stuff is
not needed anymore.
|
|
|
|
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.
|
|
|
|
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.
|