Move magnifier config into rc.xml

This commit is contained in:
Simon Long 2024-05-15 19:19:51 +01:00
parent 8d5bfe1e0e
commit 50066161b0
8 changed files with 86 additions and 58 deletions

View file

@ -140,6 +140,13 @@ struct rcxml {
/* Menu */
unsigned int menu_ignore_button_release_period;
/* Magnifier */
int mag_width;
int mag_height;
int mag_scale;
float mag_increment;
bool mag_filter;
};
extern struct rcxml rc;

View file

@ -141,13 +141,8 @@ struct theme {
int osd_window_switcher_item_height;
/* magnifier */
int mag_scale;
int mag_width;
int mag_height;
float mag_border_color[4];
int mag_border_width;
int mag_filter;
float mag_increment;
};
struct server;