summaryrefslogtreecommitdiff
path: root/gdk/gdkcairo.h
diff options
context:
space:
mode:
authorBenjamin Berg <benjamin@sipsolutions.net>2010-10-13 16:33:38 +0200
committerCarlos Garnacho <carlosg@gnome.org>2010-12-04 15:38:20 +0100
commite8c103f652921530aa30ab9e829bbe485deb7d85 (patch)
tree625396c50a2f583a46559db889e730af5509e72d /gdk/gdkcairo.h
parent88a3c2daaeaa36c6474bd3ce745fb0b127875dac (diff)
downloadgtk+-e8c103f652921530aa30ab9e829bbe485deb7d85.tar.gz
Use cairo gobject support instead of a new boxed type.
Diffstat (limited to 'gdk/gdkcairo.h')
-rw-r--r--gdk/gdkcairo.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gdk/gdkcairo.h b/gdk/gdkcairo.h
index 836c0be079..67e08aa933 100644
--- a/gdk/gdkcairo.h
+++ b/gdk/gdkcairo.h
@@ -32,9 +32,6 @@
G_BEGIN_DECLS
cairo_t *gdk_cairo_create (GdkWindow *window);
-#define GDK_TYPE_CAIRO_PATTERN (gdk_cairo_pattern_get_type ())
-
-GType gdk_cairo_pattern_get_type (void) G_GNUC_CONST;
gboolean gdk_cairo_get_clip_rectangle(cairo_t *cr,
GdkRectangle *rect);