Pardon me for the delayed response. I was on a vacation.
Thank you very much for the reply. As I told I am new to Wayland (indeed
new to Display server). I am going through the documentation of the Wayland
which is available in the website.
My understanding of Wayland is very little, so I won't b
From: Jason Ekstrand [mailto:ja...@jlekstrand.net]
Sent: Monday, April 21, 2014 6:32 AM
To: Pekka Paalanen
Cc: Wang, Quanxian; wayland-devel@lists.freedesktop.org
Subject: Re: help: is there any way to use integer 64 type in protocol?
On Sun, Apr 20, 2014 at 1:17 PM, Pekka Paalanen
mailto:ppa
Em dom 20 abr 2014, às 17:31:48, Jason Ekstrand escreveu:
> Adding 64-bit types wouldn't be too hard. It would involve adding a
> int64_t an uint64_t types to wl_argument (I'd call them U and I personally)
> and adding code throughout libwayland to parse them. In terms of backwards
> compatibilit
On Sun, Apr 20, 2014 at 1:17 PM, Pekka Paalanen wrote:
> On Sun, 20 Apr 2014 11:10:15 +
> "Wang, Quanxian" wrote:
>
> > Hi,
> >
> > Is there any way to use type of integer 64bit in protocol?
>
> No. You will have to use two 32-bit arguments, or propose a patch
> to add 64-bit types in a comp
On Sun, 20 Apr 2014 11:10:15 +
"Wang, Quanxian" wrote:
> Hi,
>
> Is there any way to use type of integer 64bit in protocol?
No. You will have to use two 32-bit arguments, or propose a patch
to add 64-bit types in a completely backwards-compatible way. I am
not sure what the latter option wo
Hi,
Is there any way to use type of integer 64bit in protocol?
Currently I found I could not use 64bit. Any suggestion for that?
Only below basic data types are supported in wayland.
254 union wl_argument {
255 int32_t i; /**< signed integer */
256 uint32_t u; /**< unsigned inte