diff options
Diffstat (limited to 'new/window_unix.c')
| -rw-r--r-- | new/window_unix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/new/window_unix.c b/new/window_unix.c index 3d6f8e7..293fa51 100644 --- a/new/window_unix.c +++ b/new/window_unix.c @@ -8,7 +8,7 @@ struct uiWindow { void *onClosingData; }; -static void onDestroy(GtkWindow *window, gpointer data) +static void onDestroy(GtkWidget *widget, gpointer data) { uiWindow *w = (uiWindow *) data; |
