mirror of
https://github.com/brl/mutter.git
synced 2025-01-24 02:19:15 +00:00
Jonas Ådahl
1c28f85173
wayland/keyboard: Stop using temporary wl_list 'l'
The variable name 'l' usually refers to a GList iterator, but here it's just a short hand for a specific list. Stop using this shorthand, since it just makes it harder to read what list is used. https://bugzilla.gnome.org/show_bug.cgi?id=771646
…
…
…
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%