Home
last modified time | relevance | path

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

/src/contrib/less/
H A Ddecode.c656 static int x11mouse_button(int btn, int x, int y, lbool down, lbool drag) in x11mouse_button() function
693 return x11mouse_button(b, x, y, TRUE, drag); in x11mouse_action()
695 return x11mouse_button(prev_b, x, y, FALSE, drag); in x11mouse_action()
729 return x11mouse_button(b, x, y, down, drag); in x116mouse_action()