summaryrefslogtreecommitdiff
path: root/src/backends/meta-cursor-renderer.c
diff options
context:
space:
mode:
authorJonas Ådahl <jadahl@gmail.com>2015-03-10 14:41:12 +0800
committerJonas Ådahl <jadahl@gmail.com>2015-08-28 09:54:57 +0800
commit165050f8f9c59262f690ea2ae3d3ba4af41f19b3 (patch)
treefd77eaafbd4ab2c5f3f9d1295a2b881f8350bdac /src/backends/meta-cursor-renderer.c
parent68279e8a089a774b0114ec51a8aa7fb69947a027 (diff)
downloadmutter-165050f8f9c59262f690ea2ae3d3ba4af41f19b3.tar.gz
backends: Get rid of meta-cursor-private.h
There is nothing special about the private API which only consists of getters for renderer specific backing buffer. Lets them to the regular .h file and treat them as part of the normal API. https://bugzilla.gnome.org/show_bug.cgi?id=744932
Diffstat (limited to 'src/backends/meta-cursor-renderer.c')
-rw-r--r--src/backends/meta-cursor-renderer.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/backends/meta-cursor-renderer.c b/src/backends/meta-cursor-renderer.c
index 9531cf0ac..550928870 100644
--- a/src/backends/meta-cursor-renderer.c
+++ b/src/backends/meta-cursor-renderer.c
@@ -25,7 +25,6 @@
#include "config.h"
#include "meta-cursor-renderer.h"
-#include "meta-cursor-private.h"
#include <meta/meta-backend.h>
#include <meta/util.h>