summaryrefslogtreecommitdiff
path: root/src/compositor/meta-background.c
diff options
context:
space:
mode:
authorGiovanni Campagna <gcampagn@redhat.com>2013-09-11 10:18:53 +0200
committerGiovanni Campagna <gcampagn@redhat.com>2013-09-11 16:01:07 +0200
commit7b537d6b8fcea1effaa2da596a437a2261c8e11e (patch)
tree55047f5570de2c93b8bf0828937177d022970609 /src/compositor/meta-background.c
parent4494888b8227687d0492a74df1a8acb708003011 (diff)
downloadmutter-7b537d6b8fcea1effaa2da596a437a2261c8e11e.tar.gz
Fix regression in mutter-wayland translations
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
Diffstat (limited to 'src/compositor/meta-background.c')
-rw-r--r--src/compositor/meta-background.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compositor/meta-background.c b/src/compositor/meta-background.c
index 6eee15994..244602c5e 100644
--- a/src/compositor/meta-background.c
+++ b/src/compositor/meta-background.c
@@ -37,6 +37,7 @@
#include "mutter-enum-types.h"
#include <meta/errors.h>
#include <meta/meta-background.h>
+#include "util-private.h"
#include "meta-background-actor-private.h"
#define FRAGMENT_SHADER_DECLARATIONS \