Home
last modified time | relevance | path

Searched refs:lngWheelEvents (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinmouse.c68 int lngWheelEvents = 4; in winMouseProc() local
101 map = malloc(sizeof(CARD8) * (lngMouseButtons + lngWheelEvents + 1)); in winMouseProc()
105 for (i = 1; i <= lngMouseButtons + lngWheelEvents; i++) in winMouseProc()
123 lngMouseButtons + lngWheelEvents, in winMouseProc()