From 10ea719dc8b9fa5fedc4c94c77775de3e64aed75 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Thu, 9 Apr 2015 19:17:23 -0400 Subject: Removed direct vtable calls from uiControl. --- new/container_unix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'new/container_unix.c') diff --git a/new/container_unix.c b/new/container_unix.c index bb0cbb8..279e418 100644 --- a/new/container_unix.c +++ b/new/container_unix.c @@ -81,7 +81,7 @@ static void uiContainer_size_allocate(GtkWidget *widget, GtkAllocation *allocati } d.xPadding = gtkXPadding; d.yPadding = gtkYPadding; - (*(c->child->resize))(c->child, x, y, width, height, &d); + uiControlResize(c->child, x, y, width, height, &d); } struct forall { -- cgit v1.2.3