From 69bdf581f48588a5270c241d35f194dfcc7f0707 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 8 Jun 2020 03:10:31 +0200 Subject: [PATCH] Change this back --- gfx/widgets/gfx_widget_screenshot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfx/widgets/gfx_widget_screenshot.c b/gfx/widgets/gfx_widget_screenshot.c index 5ceb64991a..ff5a69b876 100644 --- a/gfx/widgets/gfx_widget_screenshot.c +++ b/gfx/widgets/gfx_widget_screenshot.c @@ -268,7 +268,7 @@ static void gfx_widget_screenshot_iterate( timer.cb = gfx_widget_screenshot_end; timer.duration = SCREENSHOT_NOTIFICATION_DURATION; - timer.userdata = user_data; + timer.userdata = NULL; gfx_timer_start(&state->timer, &timer);