From 165050f8f9c59262f690ea2ae3d3ba4af41f19b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20=C3=85dahl?= Date: Tue, 10 Mar 2015 14:41:12 +0800 Subject: 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 --- src/backends/meta-cursor-renderer.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/backends/meta-cursor-renderer.c') 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 #include -- cgit v1.2.1