mirror of
https://github.com/labwc/labwc.git
synced 2026-04-12 08:21:13 -04:00
Add first magnifier values to XML handling
This commit is contained in:
parent
dd42e57c9a
commit
93421884f7
1 changed files with 4 additions and 0 deletions
|
|
@ -1036,6 +1036,10 @@ entry(xmlNode *node, char *nodename, char *content)
|
||||||
}
|
}
|
||||||
} else if (!strcasecmp(nodename, "ignoreButtonReleasePeriod.menu")) {
|
} else if (!strcasecmp(nodename, "ignoreButtonReleasePeriod.menu")) {
|
||||||
rc.menu_ignore_button_release_period = atoi(content);
|
rc.menu_ignore_button_release_period = atoi(content);
|
||||||
|
} else if (!strcasecmp(nodename, "scale.magnifier")) {
|
||||||
|
rc.mag_scale = atoi(content);
|
||||||
|
} else if (!strcasecmp(nodename, "size.magnifier")) {
|
||||||
|
rc.mag_size = atoi(content);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue