Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/rio/
H A Ddat.h175 int winborder(Window*, Point);
H A Drio.c395 if(w!=nil && winborder(w, p)) in cornercursor()
524 if(sending == FALSE && !scrolling && winborder(winput, mouse->xy) && winput->topped>0){ in mousethread()
584 if(wtop(mouse->xy) && (mouse->buttons!=1 || winborder(w, mouse->xy))) in mousethread()
H A Dwind.c839 winborder(Window *w, Point xy) in winborder() function