Genymobile-scrcpy/app
Romain Vimont 523c820bfa Avoid double-rendering on resize
On Windows and macOS, resizing the window with the mouse blocks the
event loop until the click is released. To keep rendering during
resizing, an event watcher is registered to handle resize events.

Avoid handling resize events twice by ensuring
`SDL_EVENT_WINDOW_PIXEL_SIZE_CHANGED` is processed only once.

PR #6758 <https://github.com/Genymobile/scrcpy/pull/6758>
2026-04-10 19:27:13 +02:00
..
data Add option to force size alignment 2026-04-07 19:47:11 +02:00
deps Upgrade SDL build script for SDL3 2026-01-08 20:40:51 +01:00
src Avoid double-rendering on resize 2026-04-10 19:27:13 +02:00
tests Rename "hole" to "uninitialized" in vector APIs 2026-03-17 20:46:40 +01:00
meson.build Display disconnected icon before closing 2026-03-17 18:40:35 +01:00
scrcpy-windows.manifest Set DPI awareness for Windows 2021-12-20 19:13:02 +01:00
scrcpy-windows.rc Bump version to 3.3.4 2025-12-17 19:57:50 +01:00
scrcpy.1 Add option to force size alignment 2026-04-07 19:47:11 +02:00