mirror of
https://github.com/brl/mutter.git
synced 2025-06-13 16:59:30 +00:00
Export meta_get_replace_current_wm()
This is necessary for gnome-shell to know whether it should try to replace the org.gnome.Shell DBus name. Note: We can't just #include <meta/util.h> because it #defines '_' at least which obviously conflicts with core gettext. We should un-export util.h or fix it. https://bugzilla.gnome.org/show_bug.cgi?id=645590
This commit is contained in:
@ -28,6 +28,7 @@
|
||||
|
||||
#include <config.h>
|
||||
#include "screen-private.h"
|
||||
#include <meta/main.h>
|
||||
#include <meta/util.h>
|
||||
#include <meta/errors.h>
|
||||
#include "window-private.h"
|
||||
|
Reference in New Issue
Block a user