Re: [PATCH v2 3/3] ui: Fix gtk/gl when the scaled virtual console does not fit the window

2021-12-22 Thread Marc-André Lureau
Hi On Wed, Dec 22, 2021 at 4:11 AM Alexander Orzechowski < orzechowski.alexan...@gmail.com> wrote: > gtk/gl was incorrectly always rendering as if the 'Zoom to Fit' was > always checked even if it wasn't. This is now using logic closer > to what is being used for the existing cairo code paths. >

[PATCH v2 3/3] ui: Fix gtk/gl when the scaled virtual console does not fit the window

2021-12-21 Thread Alexander Orzechowski
gtk/gl was incorrectly always rendering as if the 'Zoom to Fit' was always checked even if it wasn't. This is now using logic closer to what is being used for the existing cairo code paths. Signed-off-by: Alexander Orzechowski --- ui/gtk-gl-area.c | 34 +- 1 file