mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 15:40:41 -05:00
45c14f74b4
Add a method to ClutterSeat that allows peeking the list of input devices and allow looping through devices a bit faster. The API left is private so we can make use of peeking the GList internally, but don't have to expose any details to the outside, which means we'd have to eventually stick with a GList forever to avoid breaking API. Since we now have the peek_devices() API internally, we can implement ClutterSeats public list_devices() API using g_list_copy() on the list returned by peek_devices(). https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1275 |
||
---|---|---|
.. | ||
clutter | ||
.gitignore | ||
meson.build |