CURSOR_MAX_SIZE
if ((u_int)cursorp->size.x > CURSOR_MAX_SIZE ||
(u_int)cursorp->size.y > CURSOR_MAX_SIZE)
count = (CURSOR_MAX_SIZE / NBBY) * data->cursize.y;
count = (CURSOR_MAX_SIZE / NBBY) * data->cursize.y;
curposp->x = curposp->y = CURSOR_MAX_SIZE;
count = (CURSOR_MAX_SIZE / NBBY) * data->cursize.y;
x = data->curpos.x + CURSOR_MAX_SIZE - data->curhot.x;
y = data->curpos.y + CURSOR_MAX_SIZE - data->curhot.y;