mirror of
https://github.com/brl/mutter.git
synced 2025-01-27 11:59:12 +00:00
4fdefb5b2e
Glib stopped providing any fallback implementations on systems without memmove() all the way back in 2013. Since then, the symbol is a simple macro around memmove(); use that function directly now that glib added a deprecation warning. https://gitlab.gnome.org/GNOME/mutter/merge_requests/689