winit/src/platform_impl/linux
Speykious eef2848c98
feat: Implement smooth resizing on X11 with _NET_WM_SYNC_REQUEST
Without smooth resizing, the window will appear to jitter when it is being
resized. This is because X11 completes the resize before the client gets a
chance to draw a new frame.

This is fixed by using the "sync" extension to ensure that the resize of the
X11 window is synchronized with the server.

Closes #2153
2024-07-21 09:39:43 -07:00
..
common Rustfmt: use group_imports 2024-07-07 18:38:50 +02:00
wayland wayland: bump dependencies 2024-07-16 12:58:03 +03:00
x11 feat: Implement smooth resizing on X11 with _NET_WM_SYNC_REQUEST 2024-07-21 09:39:43 -07:00
mod.rs Remove internal ActiveEventLoop::clear_exit 2024-07-14 21:51:38 +03:00