Home
last modified time | relevance | path

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

/openbsd/usr.sbin/wsmoused/
H A Dwsmoused.c248 struct timeval max_date; in mouse_click() local
258 timersub(&now, &delay, &max_date); in mouse_click()
261 if (timercmp(&max_date, &buttonstate[i].tv, >)) { in mouse_click()