getparx
#define getparyx(w, y, x) (y) = getpary(w), (x) = getparx(w)
int getparx(WINDOW *);
report_int(getparx(win));