On Tue, 2025-05-13 at 20:01 +, Kim, Dongwon wrote:
> > Hi Dongwon,
>
> > On Tue, 2025-05-13 at 01:26 +, Kim, Dongwon wrote:
> > > Hi,
> > >
> > > > Subject: [PATCH 3/9] gtk/ui: Introduce helper gd_update_scale
> > > >
> > &g
> Hi Dongwon,
> On Tue, 2025-05-13 at 01:26 +, Kim, Dongwon wrote:
> > Hi,
> >
> > > Subject: [PATCH 3/9] gtk/ui: Introduce helper gd_update_scale
> > >
> > > The code snippet updating scale_x/scale_y is general and will be
>
Hi Dongwon,
On Tue, 2025-05-13 at 01:26 +, Kim, Dongwon wrote:
> Hi,
>
> > Subject: [PATCH 3/9] gtk/ui: Introduce helper gd_update_scale
> >
> > The code snippet updating scale_x/scale_y is general and will be
> > used in next
> > patch. Make it a funct
Hi,
> Subject: [PATCH 3/9] gtk/ui: Introduce helper gd_update_scale
>
> The code snippet updating scale_x/scale_y is general and will be used in next
> patch. Make it a function.
>
> Signed-off-by: Weifeng Liu
> ---
> include/ui/gtk.h | 2 ++
The code snippet updating scale_x/scale_y is general and will be used in
next patch. Make it a function.
Signed-off-by: Weifeng Liu
---
include/ui/gtk.h | 2 ++
ui/gtk.c | 30 +++---
2 files changed, 21 insertions(+), 11 deletions(-)
diff --git a/include/ui/gtk.