mirror of
https://github.com/brl/mutter.git
synced 2025-02-11 19:04:10 +00:00
![Giovanni Campagna](/assets/img/avatar_default.png)
Switching meta/util.h to gi18n.h was wrong, mutter is a library and needs gi18n-lib.h, but that cannot be included from a public header (since it depends on config.h or command line options), so split util.h into a public and a private part. https://bugzilla.gnome.org/show_bug.cgi?id=707897