Files
mpv/video/out
Dudemanguy 96bebf0935 x11: simplify --geometry and --auto-window-resize logic
There were a few pitfalls with the way this was previously implemented
because --geometry implicitly depended on --auto-window-resize being
enabled to operate in a few cases. Instead, let's change the logic a bit
so that instead we choose whether or not to reuse the old rc (i.e. don't
resize) and use the wh_valid and xy_valid fields within the m_geometry
struct instead of using x11->geometry_change. This fixes several edge
cases involving setting the position with --geometry when using
--auto-window-resize=no.
2024-12-20 18:03:30 +00:00
..
2024-11-27 18:48:47 +01:00
2024-12-02 22:31:14 +01:00
2017-06-17 17:08:51 +02:00
2023-10-16 15:38:59 +00:00
2013-05-26 16:44:20 +02:00
2020-03-05 18:12:57 +01:00
2024-11-27 15:37:42 +01:00
2024-05-07 11:23:08 +02:00
2024-11-27 20:31:41 +01:00