mirror of
https://github.com/brl/mutter.git
synced 2025-08-06 00:24:42 +00:00
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
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
#include "window-private.h"
|
||||
#include "boxes-private.h"
|
||||
#include "edge-resistance.h"
|
||||
#include <meta/util.h>
|
||||
#include "util-private.h"
|
||||
#include "frame.h"
|
||||
#include <meta/errors.h>
|
||||
#include "workspace-private.h"
|
||||
|
Reference in New Issue
Block a user