"SDL_SetWindowPosition() failed: wayland cannot position non-popup windows"
the more you know.
"SDL_SetWindowPosition() failed: wayland cannot position non-popup windows"
the more you know.
@Doomed_Daniel which would mean any other app that wanted to do this would not work either.
regrettable, but there are workarounds. firefox for instance has a similar problem to deal with when dragging/dropping browser tabs.
@Doomed_Daniel it's SDL. it runs on whatever is there.
wait what does xwayland do?
@lritter @Doomed_Daniel tbh, I just treat XWayland as the missing 'window system layer' between Wayland and non-Qt/GTK desktop apps which provides must-have features like a standardized window chrome and everything else expected of a desktop window system but not universally provided by Wayland implementations.
A shame that this requires coding against the X11 APIs (which suck ass), a much smaller client library that's installed on each Linux desktop system alongside Wayland would be nicer.