Make magnifier increment a theme parameter

This commit is contained in:
Simon Long 2024-05-13 07:43:07 +01:00
parent 56a86ffeed
commit a64479037f
4 changed files with 17 additions and 6 deletions

View file

@ -147,6 +147,7 @@ struct theme {
float mag_border_color[4];
int mag_border_width;
int mag_filter;
float mag_increment;
};
struct server;