Searched refs:last_point (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinwndproc.c864 static POINT last_point; local in function:winWindowProc
877 if (last_point.x != point.x || last_point.y != point.y) {
879 last_point.x = point.x;
880 last_point.y = point.y;

Completed in 2 milliseconds