Ethan Lee
Ethan Lee
It's possible that X specifically will have to get window position via events exclusively (since a lot of what makes this not work is all the roundtrips needed for X...
You can update this patch to do this instead, if you want. Both changes seem okay to me, the other way makes sense too provided the sync does what it's...
With SDL_GetAudioDeviceSpec and SDL_GetDefaultAudioInfo this is now possible... but I bet applications rely on the hardcoded fallbacks, so I wonder if this is 3.0 material?
Implementing enough to fill the X11 gap would be a good start, I think - wiring up the whole thing could be done as a bigger feature later if it's...
Looks like we're in the last couple weeks before tagging... did this end up moving at all? I don't have the hardware to check this out myself.
I hadn't checked the WIP branches (I'm mostly on a phone this weekend) so I wasn't sure if there was still being work done on the support. FWIW the code...
The initial integration is in via #5424 - it's not _super_ thorough support but it gets us past the major regression from moving to Wayland. Will unmark the milestone but...
> Is the `libdecoration` issue still current and easily reproducible? I would think so - I think libdecor gets its inputs separately from us, though: https://gitlab.gnome.org/jadahl/libdecor/-/blob/master/src/plugins/cairo/libdecor-cairo.c#L2485 Also, self-assigning just to...
Self-assigning, but I don't have hardware for this so I won't be able to test locally. (Not that I have a Deck yet but I wonder if the touchpads could...
I can definitely see this breaking some games - some games always draw a software cursor but use warping only when in-game. This is definitely possible but will require an...