mirror of
https://github.com/labwc/labwc.git
synced 2026-04-13 08:21:15 -04:00
Merge branch 'magnifier' of github.com:raspberrypi-ui/labwc into magnifier
This commit is contained in:
commit
ed3d9ff6c6
5 changed files with 50 additions and 7 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue