summaryrefslogtreecommitdiff
path: root/modules/engines/pixbuf/pixbuf.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/engines/pixbuf/pixbuf.h')
-rw-r--r--modules/engines/pixbuf/pixbuf.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/modules/engines/pixbuf/pixbuf.h b/modules/engines/pixbuf/pixbuf.h
index 2354d76cc3..9c9c38c5d4 100644
--- a/modules/engines/pixbuf/pixbuf.h
+++ b/modules/engines/pixbuf/pixbuf.h
@@ -200,7 +200,7 @@ G_GNUC_INTERNAL void theme_pixbuf_set_border (ThemePixbuf *theme_pb,
gint bottom);
G_GNUC_INTERNAL void theme_pixbuf_set_stretch (ThemePixbuf *theme_pb,
gboolean stretch);
-G_GNUC_INTERNAL void theme_pixbuf_render (ThemePixbuf *theme_pb,
+G_GNUC_INTERNAL void theme_pixbuf_render_no_cairo (ThemePixbuf *theme_pb,
GdkWindow *window,
GdkRectangle *clip_rect,
guint component_mask,
@@ -209,6 +209,14 @@ G_GNUC_INTERNAL void theme_pixbuf_render (ThemePixbuf *theme_pb,
gint dest_y,
gint dest_width,
gint dest_height);
+G_GNUC_INTERNAL void theme_pixbuf_render (ThemePixbuf *theme_pb,
+ cairo_t *cr,
+ guint component_mask,
+ gboolean center,
+ gint dest_x,
+ gint dest_y,
+ gint dest_width,
+ gint dest_height);