Searched refs:CLIENT_TRIPLECLICK (Results 1 – 2 of 2) sorted by relevance
740 c->flags |= CLIENT_TRIPLECLICK; in server_client_check_mouse()742 } else if (c->flags & CLIENT_TRIPLECLICK) { in server_client_check_mouse()744 c->flags &= ~CLIENT_TRIPLECLICK; in server_client_check_mouse()3002 if (c->flags & CLIENT_TRIPLECLICK) { in server_client_click_timer()3015 c->flags &= ~(CLIENT_DOUBLECLICK|CLIENT_TRIPLECLICK); in server_client_click_timer()
1913 #define CLIENT_TRIPLECLICK 0x200000 macro