Re: [PATCH 1/2] ui/gtk: use widget size for cursor motion event

2023-03-30 Thread Erico Nunes
On 23/03/2023 15:41, Marc-André Lureau wrote: > Should we queue the 2 patches from this series? (note that they were > not correctly handled by patchew, probably because you dropped the > cover letter). > > For me -display gtk is unusable on hidpi & wayland anyway, because the > cursor

Re: [PATCH 1/2] ui/gtk: use widget size for cursor motion event

2023-03-23 Thread Marc-André Lureau
Hi Erico On Thu, Mar 23, 2023 at 9:02 AM Kasireddy, Vivek wrote: > > Hi Erico, > > > > > > >> > > >> The gd_motion_event size has some calculations for the cursor position, > > >> which also take into account things like different size of the > > >> framebuffer compared to the window size. > >

RE: [PATCH 1/2] ui/gtk: use widget size for cursor motion event

2023-03-22 Thread Kasireddy, Vivek
Hi Erico, > > > >> > >> The gd_motion_event size has some calculations for the cursor position, > >> which also take into account things like different size of the > >> framebuffer compared to the window size. > >> The use of window size makes things more difficult though, as at least > >> in the

Re: [PATCH 1/2] ui/gtk: use widget size for cursor motion event

2023-03-22 Thread Erico Nunes
Hi Vivek, On 21/03/2023 04:29, Kasireddy, Vivek wrote: > Hi Erico, > >> >> The gd_motion_event size has some calculations for the cursor position, >> which also take into account things like different size of the >> framebuffer compared to the window size. >> The use of window size makes things

RE: [PATCH 1/2] ui/gtk: use widget size for cursor motion event

2023-03-20 Thread Kasireddy, Vivek
Hi Erico, > > The gd_motion_event size has some calculations for the cursor position, > which also take into account things like different size of the > framebuffer compared to the window size. > The use of window size makes things more difficult though, as at least > in the case of Wayland

[PATCH 1/2] ui/gtk: use widget size for cursor motion event

2023-03-20 Thread Erico Nunes
The gd_motion_event size has some calculations for the cursor position, which also take into account things like different size of the framebuffer compared to the window size. The use of window size makes things more difficult though, as at least in the case of Wayland includes the size of ui