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


_______________________________________________
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/wayland-devel

Reply via email to