summaryrefslogtreecommitdiff
path: root/gtk/gtktooltipprivate.h
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2018-03-21 11:49:14 +0100
committerAlexander Larsson <alexl@redhat.com>2018-03-21 11:49:14 +0100
commit39851fbdbf08b3479192ceafaf788fa3bfbe8fd9 (patch)
treecefaafea3f3e46cb8b9b0a7610642308f44d648b /gtk/gtktooltipprivate.h
parent945379d623b3382fb764de8c9cc93821de955485 (diff)
downloadgtk+-39851fbdbf08b3479192ceafaf788fa3bfbe8fd9.tar.gz
Continue renaming window to surface
This renames a lot of arguments, local variables and functions.
Diffstat (limited to 'gtk/gtktooltipprivate.h')
-rw-r--r--gtk/gtktooltipprivate.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtktooltipprivate.h b/gtk/gtktooltipprivate.h
index 34f37934f4..682da12ab6 100644
--- a/gtk/gtktooltipprivate.h
+++ b/gtk/gtktooltipprivate.h
@@ -37,9 +37,9 @@ void _gtk_tooltip_toggle_keyboard_mode (GtkWidget *widget);
void _gtk_tooltip_handle_event (GdkEvent *event);
void _gtk_tooltip_hide (GtkWidget *widget);
-GtkWidget * _gtk_widget_find_at_coords (GdkSurface *window,
- gint window_x,
- gint window_y,
+GtkWidget * _gtk_widget_find_at_coords (GdkSurface *surface,
+ gint surface_x,
+ gint surface_y,
gint *widget_x,
gint *widget_y);