summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 9328814..fcaf65b 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1230,8 +1230,9 @@ char my_uri[] = "http://" SERVER "/Update.api?Action=Download&Architecture="
#endif
;
-void set_scale(int scale){
+void set_scale(int scale, int kiosk){
sdl_scale = scale;
+ kiosk_enable = kiosk;
sdl_open();
return;
}