summaryrefslogtreecommitdiff
path: root/gtk/gtktooltip.c
diff options
context:
space:
mode:
authorJonas Ådahl <jadahl@gmail.com>2020-12-04 11:06:25 +0100
committerJonas Ådahl <jadahl@gmail.com>2020-12-07 20:37:29 +0100
commit9d3f497a21b37b01ab80ba82b9e4444baaad7968 (patch)
treeb201b3d737e1a7231b0b9e0f1d88c62d8e900540 /gtk/gtktooltip.c
parent517bc0db843238455ef138bc9fc89f836833388c (diff)
downloadgtk+-9d3f497a21b37b01ab80ba82b9e4444baaad7968.tar.gz
gtk/tooltipwindow: Use gtk_tooltip_window_present() instead of GtkNative
Diffstat (limited to 'gtk/gtktooltip.c')
-rw-r--r--gtk/gtktooltip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktooltip.c b/gtk/gtktooltip.c
index 392bd0620e..a192d1eb0d 100644
--- a/gtk/gtktooltip.c
+++ b/gtk/gtktooltip.c
@@ -1024,7 +1024,7 @@ gtk_tooltip_maybe_allocate (GtkNative *native)
if (!tooltip || GTK_NATIVE (tooltip->native) != native)
return;
- gtk_native_check_resize (GTK_NATIVE (tooltip->window));
+ gtk_tooltip_window_present (GTK_TOOLTIP_WINDOW (tooltip->window));
}
void