Re: [PATCH 0/2] ui/gtk: Add keep-aspect-ratio and scale option

2025-06-03 Thread Marc-André Lureau
On Sun, Jun 1, 2025 at 8:53 AM Weifeng Liu wrote: > Add these options to give users more control over behaviors in gtk > display backend: > > - keep-aspect-ratio: when set to true, if the aspect ratio of host > window differs from that of guest frame-buffer, padding will be added > to the hos

[PATCH 0/2] ui/gtk: Add keep-aspect-ratio and scale option

2025-05-31 Thread Weifeng Liu
Add these options to give users more control over behaviors in gtk display backend: - keep-aspect-ratio: when set to true, if the aspect ratio of host window differs from that of guest frame-buffer, padding will be added to the host window to preserve the aspect ratio of guest frame-buffer. -