Re: [PATCH 3/9] gtk/ui: Introduce helper gd_update_scale

2025-05-13 Thread Weifeng Liu
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

RE: [PATCH 3/9] gtk/ui: Introduce helper gd_update_scale

2025-05-13 Thread Kim, Dongwon
> 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 >

Re: [PATCH 3/9] gtk/ui: Introduce helper gd_update_scale

2025-05-12 Thread Weifeng Liu
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

RE: [PATCH 3/9] gtk/ui: Introduce helper gd_update_scale

2025-05-12 Thread Kim, Dongwon
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 ++

[PATCH 3/9] gtk/ui: Introduce helper gd_update_scale

2025-05-11 Thread Weifeng Liu
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.