aboutsummaryrefslogtreecommitdiff
path: root/src/sdl/action.h
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2019-01-19 11:05:06 -0500
committerPaul Duncan <pabs@pablotron.org>2019-01-19 11:05:06 -0500
commit92b5be79743457d6746e6d00ad4edbfdd955d828 (patch)
tree2e0b8040df78ce9f0bb58832aaacc0fe209af0d1 /src/sdl/action.h
parentdf5ca740fa8e438e6bc67fe1ed078aa983ffeed5 (diff)
downloadsok-92b5be79743457d6746e6d00ad4edbfdd955d828.tar.bz2
sok-92b5be79743457d6746e6d00ad4edbfdd955d828.zip
update fade texture on window resize
Diffstat (limited to 'src/sdl/action.h')
-rw-r--r--src/sdl/action.h1
1 files changed, 1 insertions, 0 deletions
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;