parse_key(doc, node->xmlChildrenNode, NULL);
}
-static int threshold;
-static int dclicktime;
/*
<context name="Titlebar">
node = node->xmlChildrenNode;
if ((n = parse_find_node("dragThreshold", node)))
- threshold = parse_int(doc, n);
+ config_mouse_threshold = parse_int(doc, n);
if ((n = parse_find_node("doubleClickTime", node)))
- dclicktime = parse_int(doc, n);
+ config_mouse_dclicktime = parse_int(doc, n);
n = parse_find_node("context", node);
while (n) {