[gtk+/gtk-style-context: 350/490] Use the correct cairo-gobject.h include path.
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/gtk-style-context: 350/490] Use the correct cairo-gobject.h include path.
- Date: Wed, 24 Nov 2010 14:09:07 +0000 (UTC)
commit 1ffed543e30d4cef86ddeaf418dc8f6c08d8ecb7
Author: Carlos Garnacho <carlosg gnome org>
Date: Fri Nov 12 21:43:13 2010 +0100
Use the correct cairo-gobject.h include path.
gtk/gtkcssprovider.c | 2 +-
gtk/gtkstyleproperties.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtkcssprovider.c b/gtk/gtkcssprovider.c
index 5a1a821..c915b5a 100644
--- a/gtk/gtkcssprovider.c
+++ b/gtk/gtkcssprovider.c
@@ -24,7 +24,7 @@
#include <gtk/gtk.h>
#include <gtkstyleprovider.h>
#include <gdk-pixbuf/gdk-pixbuf.h>
-#include <cairo/cairo-gobject.h>
+#include <cairo-gobject.h>
#include "gtkanimationdescription.h"
#include "gtk9slice.h"
diff --git a/gtk/gtkstyleproperties.c b/gtk/gtkstyleproperties.c
index 2c3a955..4620a0d 100644
--- a/gtk/gtkstyleproperties.c
+++ b/gtk/gtkstyleproperties.c
@@ -21,7 +21,7 @@
#include <stdlib.h>
#include <gobject/gvaluecollector.h>
-#include <cairo/cairo-gobject.h>
+#include <cairo-gobject.h>
#include "gtktypebuiltins.h"
#include "gtkstyleprovider.h"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]