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

/xsrc/external/mit/xeyes/dist/
H A DEyes.c102 # define TPOINT_NONE (-1000) /* special value meaning "not yet set" */ macro
412 pupils[j].x = TPOINT_NONE;
413 pupils[j].y = TPOINT_NONE;
461 w->eyes.mouse.x = w->eyes.mouse.y = TPOINT_NONE;
551 if (oldx != TPOINT_NONE || oldy != TPOINT_NONE)
553 TPOINT_NONE, TPOINT_NONE, diam);
565 if (oldx != TPOINT_NONE || oldy != TPOINT_NONE)
[all...]

Completed in 2 milliseconds