Re: Dynamically loading libwayland complications

2022-06-28 Thread Campbell Barton
On Wed, Jun 29, 2022 at 12:38 PM Thiago Macieira wrote: > > On Tuesday, 28 June 2022 19:00:26 PDT Campbell Barton wrote: > > Hi, recently I was looking into dynamically loading libwayland to be > > able to support both X11 and Wayland, without requiring libwayland. > > For our project is currently

Re: Dynamically loading libwayland complications

2022-06-28 Thread Thiago Macieira
On Tuesday, 28 June 2022 19:00:26 PDT Campbell Barton wrote: > Hi, recently I was looking into dynamically loading libwayland to be > able to support both X11 and Wayland, without requiring libwayland. > For our project is currently a requirement for adopting Wayland. Simplify your problem by dyna

Dynamically loading libwayland complications

2022-06-28 Thread Campbell Barton
Hi, recently I was looking into dynamically loading libwayland to be able to support both X11 and Wayland, without requiring libwayland. For our project is currently a requirement for adopting Wayland. While I did manage to get this working, use of variadic arguments adds quite some complexity tha

Re: Accessing the time, compatible with motion time-stamps

2022-06-28 Thread Campbell Barton
On Thu, Jun 23, 2022 at 4:07 PM Simon Ser wrote: > > Hi, > > On Wednesday, June 22nd, 2022 at 06:03, Campbell Barton > wrote: > > > - zwp_tablet_tool_v2_listener.motion > > callback doesn't take time-stamps. > > > > Is there a way to access the time that is compatible with > > pointer_listener.m