summaryrefslogtreecommitdiff
path: root/gtk/gtkmodelbutton.c
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2016-11-05 08:39:10 +0100
committerTimm Bäder <mail@baedert.org>2016-11-05 11:56:36 +0100
commit3b970f4555ba48abcb6eb15a3549cc7ff94f206d (patch)
tree491447e0285b9e9dc0a5bef970f7049834c4b71e /gtk/gtkmodelbutton.c
parent846cf681e8602399e172c256a93cd7484708219a (diff)
downloadgtk+-3b970f4555ba48abcb6eb15a3549cc7ff94f206d.tar.gz
button: Remove _get_event_window
Diffstat (limited to 'gtk/gtkmodelbutton.c')
-rw-r--r--gtk/gtkmodelbutton.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkmodelbutton.c b/gtk/gtkmodelbutton.c
index 1f12885676..26b647c7f3 100644
--- a/gtk/gtkmodelbutton.c
+++ b/gtk/gtkmodelbutton.c
@@ -888,7 +888,7 @@ gtk_model_button_allocate (GtkCssGadget *gadget,
GtkAllocation border_allocation;
gtk_css_gadget_get_border_allocation (gadget, &border_allocation, NULL);
- gdk_window_move_resize (gtk_button_get_event_window (GTK_BUTTON (widget)),
+ gdk_window_move_resize (GTK_BUTTON (widget)->priv->event_window,
border_allocation.x,
border_allocation.y,
border_allocation.width,