summaryrefslogtreecommitdiff
path: root/firmware/target/hosted/sdl/button-sdl.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/hosted/sdl/button-sdl.h')
-rw-r--r--firmware/target/hosted/sdl/button-sdl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/target/hosted/sdl/button-sdl.h b/firmware/target/hosted/sdl/button-sdl.h
index e6fcb9ea83..6b7f632eaf 100644
--- a/firmware/target/hosted/sdl/button-sdl.h
+++ b/firmware/target/hosted/sdl/button-sdl.h
@@ -26,6 +26,8 @@
26#include <stdbool.h> 26#include <stdbool.h>
27#include "config.h" 27#include "config.h"
28 28
29extern int sdl_app_has_input_focus;
30
29bool button_hold(void); 31bool button_hold(void);
30#undef button_init_device 32#undef button_init_device
31void button_init_device(void); 33void button_init_device(void);