summaryrefslogtreecommitdiff
path: root/firmware/target/hosted/sdl/lcd-sdl.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/hosted/sdl/lcd-sdl.c')
-rw-r--r--firmware/target/hosted/sdl/lcd-sdl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/hosted/sdl/lcd-sdl.c b/firmware/target/hosted/sdl/lcd-sdl.c
index 57026eedfe..40ba94072b 100644
--- a/firmware/target/hosted/sdl/lcd-sdl.c
+++ b/firmware/target/hosted/sdl/lcd-sdl.c
@@ -24,7 +24,7 @@
24#include "sim-ui-defines.h" 24#include "sim-ui-defines.h"
25#include "system.h" /* for MIN() and MAX() */ 25#include "system.h" /* for MIN() and MAX() */
26 26
27int display_zoom = 1; 27double display_zoom = 1;
28 28
29void sdl_update_rect(SDL_Surface *surface, int x_start, int y_start, int width, 29void sdl_update_rect(SDL_Surface *surface, int x_start, int y_start, int width,
30 int height, int max_x, int max_y, 30 int height, int max_x, int max_y,