summaryrefslogtreecommitdiff
path: root/tests/testgtk.c
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2010-08-27 12:52:59 +0200
committerBenjamin Otte <otte@redhat.com>2010-09-26 15:11:30 +0200
commit6607f2b794c6ca0555ea7cf8c597103c2115066e (patch)
tree65393bc3049d5a482625b22db10194f47504846d /tests/testgtk.c
parente500f997dbd8982cd6482676276308a484c3ee15 (diff)
downloadgtk+-6607f2b794c6ca0555ea7cf8c597103c2115066e.tar.gz
API: Rename gdk_set_source_pixmap() to gdk_set_source_window()
That's what it's used for now.
Diffstat (limited to 'tests/testgtk.c')
-rw-r--r--tests/testgtk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testgtk.c b/tests/testgtk.c
index c503568a99..942e8421e5 100644
--- a/tests/testgtk.c
+++ b/tests/testgtk.c
@@ -397,7 +397,7 @@ window_expose_event (GtkWidget *widget,
gtk_widget_get_allocation (child, &allocation);
/* the source data is the (composited) event box */
- gdk_cairo_set_source_pixmap (cr, gtk_widget_get_window (child),
+ gdk_cairo_set_source_window (cr, gtk_widget_get_window (child),
allocation.x,
allocation.y);