mirror of
https://github.com/brl/mutter.git
synced 2025-02-09 01:54:10 +00:00
1fb0e8e9bb
Instead of storing the logical monitors in an array and having users either look up them in the array given an index or iterate using indices, put it in a GList, and use GList iterators when iterating and alternative API where array indices were previously used. This allows for more liberty regarding the type of the logical monitor. https://bugzilla.gnome.org/show_bug.cgi?id=777732