Add filtering option to XML

This commit is contained in:
Simon Long 2024-05-03 11:33:33 +01:00
parent 59e83e5bd3
commit 74e581118f
4 changed files with 8 additions and 4 deletions

View file

@ -152,6 +152,7 @@ struct rcxml {
int mag_size;
struct rgb_colour mag_border_col;
int mag_border_width;
bool mag_filter;
};
extern struct rcxml rc;