mirror of
https://github.com/labwc/labwc.git
synced 2025-11-05 13:29:58 -05:00
resistance: move to <resistance> node
This commit is contained in:
parent
ac58ab10a7
commit
8f8359597c
2 changed files with 4 additions and 2 deletions
|
|
@ -322,7 +322,7 @@ entry(xmlNode *node, char *nodename, char *content)
|
|||
rc.repeat_rate = atoi(content);
|
||||
} else if (!strcasecmp(nodename, "repeatDelay.keyboard")) {
|
||||
rc.repeat_delay = atoi(content);
|
||||
} else if (!strcasecmp(nodename, "screenEdgeStrength.core")) {
|
||||
} else if (!strcasecmp(nodename, "screenEdgeStrength.resistance")) {
|
||||
rc.screen_edge_strength = atoi(content);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue