From: Markus Ongyerth <[email protected]> This is a v2 based on the suggestions from Simon on the v1.
Changes: * Changed C90/C++ style comment to C style * Changed the *_v2_listener struct instances to be const Not changed: * struct tablet_path -> struct wl_array. I think wl_array is lacking in usability for general purpose usage. The struct is fine, but the surrounding code really doesn't scratch my itch. If others think it's a better solution as well, I can change it, but I'm not a fan Cheers, ongy Markus Ongyerth (2): weston-info: Add support for tablet-unstable-v2 weston-info: destroy wl_keyboard Makefile.am | 14 +- clients/weston-info.c | 855 +++++++++++++++++++++++++++++++++++++++++- 2 files changed, 860 insertions(+), 9 deletions(-) -- 2.17.0 _______________________________________________ wayland-devel mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/wayland-devel
