Move magnifier settings into theme

This commit is contained in:
Simon Long 2024-05-03 15:22:18 +01:00
parent 15f35ed2ba
commit 19a57c6ea4
5 changed files with 62 additions and 79 deletions

View file

@ -139,6 +139,14 @@ struct theme {
/* not set in rc.xml/themerc, but derived from font & padding_height */
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;
};
struct server;