Change this back

This commit is contained in:
twinaphex 2020-06-08 03:10:31 +02:00
parent f6d361ad08
commit 69bdf581f4

View File

@ -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);