- 20 Jul, 2020 12 commits
-
-
Signed-off-by:
Pekka Paalanen <pekka.paalanen@collabora.co.uk> v3 Reviewed-by:
Mario Kleiner <mario.kleiner.de@gmail.com>
-
The weston-info client prints out the values, and the values are respected in toytoolkit when actually repeating keys..
-
Signed-off-by:
U. Artie Eoff <ullysses.a.eoff@intel.com>
-
Signed-off-by:
U. Artie Eoff <ullysses.a.eoff@intel.com>
-
Use a switch for this and don't fall back to XRGB8888 if we don't recognize the format.
-
-
-
All the clients here were missing the global_remove handler. Because window.c did not have it, weston-desktop-shell and weston-keyboard segfaulted on compositor exit, as they received some wl_registry.global_remove events. Add more or less stub global_remove handlers, so that clients do not crash on such events. Toytoolkit and all applications would need a lot more code to properly handle the global object removal. Signed-off-by:
Pekka Paalanen <ppaalanen@gmail.com>
-
This commit updates the clients and the wayland compositor backend to use the new wl_registry mechanism and the thread safe fd API.
-
-
Use wl_display_roundtrip to listen exactly as long as necessary.
-
This includes seat capabilities, shm formats and output information.
-