Merge branch 'magnifier' of github.com:raspberrypi-ui/labwc into magnifier

This commit is contained in:
Simon Long 2024-05-03 12:26:50 +01:00
commit ed3d9ff6c6
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;