help: is there any way to use integer 64 type in protocol?
Wang, Quanxian
quanxian.wang at intel.com
Sun Apr 20 04:10:15 PDT 2014
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 integer */
257 wl_fixed_t f; /**< fixed point */
258 const char *s; /**< string */
259 struct wl_object *o; /**< object */
260 uint32_t n; /**< new_id */
261 struct wl_array *a; /**< array */
262 int32_t h; /**< file descriptor */
263 };
Regards
Thanks
Quanxian Wang
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/wayland-devel/attachments/20140420/5c3b1e1f/attachment.html>
More information about the wayland-devel
mailing list