Re: protocol rules question: is an array arg of object ids legal?

2023-12-27 Thread jleivent
Thanks for the prompt answer! On Wed, 27 Dec 2023 18:17:32 + Simon Ser wrote: > On Wednesday, December 27th, 2023 at 19:09, jleivent > wrote: > > > Is it legal for a protocol message to contain an array arg where the > > contents of the array are Wayland object ids? I don't see any > > ins

Re: protocol rules question: is an array arg of object ids legal?

2023-12-27 Thread Simon Ser
On Wednesday, December 27th, 2023 at 19:09, jleivent wrote: > Is it legal for a protocol message to contain an array arg where the > contents of the array are Wayland object ids? I don't see any instance > of this in any current protocol descriptions I have. Technically nothing prevents this, b

protocol rules question: is an array arg of object ids legal?

2023-12-27 Thread jleivent
Is it legal for a protocol message to contain an array arg where the contents of the array are Wayland object ids? I don't see any instance of this in any current protocol descriptions I have.