[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen master] libxl: add LIBXL_HAVE_EXTENDED_VKB define
commit d1f950b19bfc0cdbbbb67a508fe369e2a1145953 Author: Oleksandr Grytsov <oleksandr_grytsov@xxxxxxxx> AuthorDate: Tue Jul 17 19:07:40 2018 +0300 Commit: Wei Liu <wei.liu2@xxxxxxxxxx> CommitDate: Wed Jul 25 11:08:23 2018 +0100 libxl: add LIBXL_HAVE_EXTENDED_VKB define LIBXL_HAVE_EXTENDED_VKB define indicates that libxl_device_vkb structure has extended fields. Signed-off-by: Oleksandr Grytsov <oleksandr_grytsov@xxxxxxxx> Acked-by: Wei Liu <wei.liu2@xxxxxxxxxx> --- tools/libxl/libxl.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/tools/libxl/libxl.h b/tools/libxl/libxl.h index 919f660c51..ae2d63df0c 100644 --- a/tools/libxl/libxl.h +++ b/tools/libxl/libxl.h @@ -355,6 +355,22 @@ #define LIBXL_HAVE_BUILDINFO_BOOTLOADER_ARGS 1 /* + * LIBXL_HAVE_EXTENDED_VKB indicates that libxl_device_vkb has extended fields: + * - unique_id; + * - feature_disable_keyboard; + * - feature_disable_pointer; + * - feature_abs_pointer; + * - feature_raw_pointer; + * - feature_multi_touch; + * - width; + * - height; + * - multi_touch_width; + * - multi_touch_height; + * - multi_touch_num_contacts. + */ +#define LIBXL_HAVE_EXTENDED_VKB 1 + +/* * libxl ABI compatibility * * The only guarantee which libxl makes regarding ABI compatibility -- generated by git-patchbot for /home/xen/git/xen.git#master _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |