mirror of
https://github.com/labwc/labwc.git
synced 2026-04-12 08:21:13 -04:00
Move magnifier config into rc.xml
This commit is contained in:
parent
8d5bfe1e0e
commit
50066161b0
8 changed files with 86 additions and 58 deletions
|
|
@ -140,6 +140,13 @@ struct rcxml {
|
|||
|
||||
/* Menu */
|
||||
unsigned int menu_ignore_button_release_period;
|
||||
|
||||
/* Magnifier */
|
||||
int mag_width;
|
||||
int mag_height;
|
||||
int mag_scale;
|
||||
float mag_increment;
|
||||
bool mag_filter;
|
||||
};
|
||||
|
||||
extern struct rcxml rc;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue