window_get_active_at
wp = window_get_active_at(w, px, py);
struct window_pane *window_get_active_at(struct window *, u_int, u_int);
return (window_get_active_at(w, x, y));