mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-19 08:30:09 +00:00
widget: Remove stray prototype
gtk_cairo_transform_to_window is gone.
This commit is contained in:
parent
d2e9a5fa88
commit
dea8233663
@ -5321,7 +5321,6 @@ gtk_tree_view_snapshot (GtkWidget *widget,
|
||||
|
||||
gtk_style_context_get_color (context, &color);
|
||||
cairo_save (cr);
|
||||
gtk_cairo_transform_to_window (cr, GTK_WIDGET (tree_view), tree_view->priv->drag_highlight_window);
|
||||
if (tree_view->priv->drag_column_window_state == DRAG_COLUMN_WINDOW_STATE_ORIGINAL)
|
||||
{
|
||||
cairo_set_source_rgba (cr, 0.0, 0.0, 0.0, 0.0);
|
||||
|
@ -964,11 +964,6 @@ void gtk_widget_set_has_tooltip (GtkWidget *widget,
|
||||
GDK_AVAILABLE_IN_ALL
|
||||
gboolean gtk_widget_get_has_tooltip (GtkWidget *widget);
|
||||
|
||||
GDK_AVAILABLE_IN_ALL
|
||||
void gtk_cairo_transform_to_window (cairo_t *cr,
|
||||
GtkWidget *widget,
|
||||
GdkWindow *window);
|
||||
|
||||
GDK_AVAILABLE_IN_ALL
|
||||
GType gtk_requisition_get_type (void) G_GNUC_CONST;
|
||||
GDK_AVAILABLE_IN_ALL
|
||||
|
Loading…
Reference in New Issue
Block a user