API: Rename gdk_set_source_pixmap() to gdk_set_source_window()

That's what it's used for now.
This commit is contained in:
Benjamin Otte
2010-08-27 12:52:59 +02:00
parent e500f997db
commit 6607f2b794
7 changed files with 27 additions and 22 deletions

View File

@ -2326,7 +2326,7 @@ _gtk_tool_item_group_paint (GtkToolItemGroup *group,
gtk_widget_get_allocation (widget, &allocation);
gdk_cairo_set_source_pixmap (cr, gtk_widget_get_window (widget),
gdk_cairo_set_source_window (cr, gtk_widget_get_window (widget),
allocation.x,
allocation.y);