API: Rename gtk_cairo_paint_*() to gtk_paint_*()
Large patch, but just renaming. Indentation should still mostly be correct because I took care of keeping the indentation for this function name.
This commit is contained in:
@ -521,7 +521,7 @@ static gboolean
|
||||
gtk_tooltip_paint_window (GtkTooltip *tooltip,
|
||||
cairo_t *cr)
|
||||
{
|
||||
gtk_cairo_paint_flat_box (gtk_widget_get_style (tooltip->window),
|
||||
gtk_paint_flat_box (gtk_widget_get_style (tooltip->window),
|
||||
cr,
|
||||
GTK_STATE_NORMAL,
|
||||
GTK_SHADOW_OUT,
|
||||
|
||||
Reference in New Issue
Block a user