Re: Language bindings for wl_registry_bind request

2020-06-18 Thread Pekka Paalanen
On Thu, 18 Jun 2020 16:25:14 +1000 Brad Robinson wrote: > Hi All, > > I'm putting together a set of C# bindings for Wayland and it's coming along > nicely but I've hit an issue with wl_registry_bind where its implementation > doesn't seem to match the xml. > > The wayland.xml file declares it

Re: Language bindings for wl_registry_bind request

2020-06-18 Thread Brad Robinson
Hi Pekka, the rule is that a 'new_id' type of argument *without* an 'interface' > attribute extends to three arguments instead of one. The interface must > be known at runtime, and if the XML does not give it, then it must be > transmitted explicitly. > Great - glad to see this explicitly

[ANNOUNCE] libinput 1.15.6

2020-06-18 Thread Peter Hutterer
libinput 1.15.6 is now available. A set of device-specific quirks, nothing major. If you don't have any of the devices listed in the shortlog below, nothing will change. Hans de Goede (1): quirks: Add HP stream x360 11 ModelTabletModeNoSuspend keyboard quirk John Rodriguez (1): Add

Best practices for client side buffer management

2020-06-18 Thread Brad Robinson
Hi All, I'm fairly new to Wayland and Linux GUI programming in general, but doing some experiments to figure out how to integrate it into my custom UI toolkit library and have a couple of questions about client side buffer management. Firstly, this is how I'm allocating the backing memory for

Re: Best practices for client side buffer management

2020-06-18 Thread Scott Anderson
On 19/06/20 3:24 pm, Brad Robinson wrote: Hi All, I'm fairly new to Wayland and Linux GUI programming in general, but doing some experiments to figure out how to integrate it into my custom UI toolkit library and have a couple of questions about client side buffer management. Firstly, this

Language bindings for wl_registry_bind request

2020-06-18 Thread Brad Robinson
Hi All, I'm putting together a set of C# bindings for Wayland and it's coming along nicely but I've hit an issue with wl_registry_bind where its implementation doesn't seem to match the xml. The wayland.xml file declares it as: (essentially one input parameter - name) Binds a new,

Re: Language bindings for wl_registry_bind request

2020-06-18 Thread Daniel Stone
Hi, On Thu, 18 Jun 2020 at 07:25, Brad Robinson wrote: > I'm putting together a set of C# bindings for Wayland and it's coming along > nicely but I've hit an issue with wl_registry_bind where its implementation > doesn't seem to match the xml. > > The wayland.xml file declares it as: