mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Change display_zoom from int to double.
The main reason for this is to be able to downscale the sdl app, which when used for designing themes for android tends not to fit on laptop screens these days. Change-Id: Ib52731dbebcdd03a572be7754c157471165eb2df
This commit is contained in:
parent
bc657b5163
commit
3d0c787a48
3 changed files with 4 additions and 4 deletions
|
@ -24,7 +24,7 @@
|
|||
#include "sim-ui-defines.h"
|
||||
#include "system.h" /* for MIN() and MAX() */
|
||||
|
||||
int display_zoom = 1;
|
||||
double display_zoom = 1;
|
||||
|
||||
void sdl_update_rect(SDL_Surface *surface, int x_start, int y_start, int width,
|
||||
int height, int max_x, int max_y,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue