Merge branch 'master' into magnifier

This commit is contained in:
Simon Long 2024-05-03 12:25:09 +01:00 committed by GitHub
commit 2ecec7a978
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 50 additions and 7 deletions

View file

@ -144,13 +144,17 @@ struct rcxml {
struct wl_list window_rules; /* struct window_rule.link */
/* magnifier */
/* Menu */
unsigned int menu_ignore_button_release_period;
/* magnifier */
int mag_scale;
int mag_width;
int mag_height;
struct rgb_colour mag_border_col;
int mag_border_width;
bool mag_filter;
};
extern struct rcxml rc;