Home
last modified time | relevance | path

Searched refs:config_resist_edge (Results 1 – 3 of 3) sorted by relevance

/dports/x11-wm/openbox/openbox-3.6/openbox/
H A Dconfig.h200 extern gint config_resist_edge;
H A Dmoveresize.c380 if (!keyboard) resist = config_resist_edge; in do_move()
534 if (!keyboard) resist = config_resist_edge; in calc_resize()
1007 if (ABS(dw) >= config_resist_edge) { in moveresize_event()
1026 if (ABS(dh) >= config_resist_edge) { in moveresize_event()
H A Dconfig.c105 gint config_resist_edge; variable
979 config_resist_edge = obt_xml_node_int(n); in parse_resistance()
1159 config_resist_edge = 20; in config_startup()