From 7b46c7de561a90c658115da03e86ece38f3f6065 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Wed, 15 Apr 2015 23:14:36 -0400 Subject: Fixed build warnings. More TODOs. --- new/unix/window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'new/unix/window.c') diff --git a/new/unix/window.c b/new/unix/window.c index c030d87..039feb7 100644 --- a/new/unix/window.c +++ b/new/unix/window.c @@ -15,7 +15,7 @@ static gboolean onClosing(GtkWidget *win, GdkEvent *e, gpointer data) struct window *w = (struct window *) data; // return exact values just in case - if ((*(w->onClosing))(w, w->onClosingData)) + if ((*(w->onClosing))(uiWindow(w), w->onClosingData)) return FALSE; return TRUE; } -- cgit v1.2.3