summaryrefslogtreecommitdiff
path: root/src/backends/meta-idle-monitor.c
diff options
context:
space:
mode:
authorRui Matos <tiagomatos@gmail.com>2014-08-05 14:11:59 +0200
committerRui Matos <tiagomatos@gmail.com>2014-08-07 11:31:59 +0200
commit7d54631ebf96454f261504538312f0002ca19403 (patch)
tree4d7a9617b509be3b0a71be20749ed07e0086e5dc /src/backends/meta-idle-monitor.c
parent513628e4adb7be89a9a9f81a1a1790095b9349a4 (diff)
downloadmutter-7d54631ebf96454f261504538312f0002ca19403.tar.gz
backends: Make MetaBackend available to introspection
This moves meta-backend.h under meta/ and, for now, just exposes to introspection the methods that we actually need in gnome-shell. https://bugzilla.gnome.org/show_bug.cgi?id=734301
Diffstat (limited to 'src/backends/meta-idle-monitor.c')
-rw-r--r--src/backends/meta-idle-monitor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backends/meta-idle-monitor.c b/src/backends/meta-idle-monitor.c
index 5b84ce9d1..18d6155c1 100644
--- a/src/backends/meta-idle-monitor.c
+++ b/src/backends/meta-idle-monitor.c
@@ -38,7 +38,7 @@
#include <meta/meta-idle-monitor.h>
#include "meta-idle-monitor-private.h"
#include "meta-idle-monitor-dbus.h"
-#include "meta-backend.h"
+#include "meta-backend-private.h"
G_STATIC_ASSERT(sizeof(unsigned long) == sizeof(gpointer));