libsdl-org / SDL

Simple Directmedia Layer
https://libsdl.org
zlib License
8.7k stars 1.64k forks source link

Smooth resize on X11 #7638

Open numberZero opened 1 year ago

numberZero commented 1 year ago

Window resize is stuttery on X11 currently. To make it smoother, SDL needs to use the _NET_WM_SYNC_REQUEST protocol.

slouken commented 1 year ago

Feel free to submit a PR?