From 92b5be79743457d6746e6d00ad4edbfdd955d828 Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Sat, 19 Jan 2019 11:05:06 -0500 Subject: update fade texture on window resize --- src/sdl/action.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/sdl/action.h') diff --git a/src/sdl/action.h b/src/sdl/action.h index afe6fd3..6e199bc 100644 --- a/src/sdl/action.h +++ b/src/sdl/action.h @@ -23,6 +23,7 @@ typedef enum { ACTION_SOLVE_EVENT_DONE, ACTION_RESET, ACTION_FULLSCREEN, + ACTION_RESIZE, ACTION_LAST, } action_type_t; -- cgit v1.2.3