Searched refs:pDevIt (Results 1 – 1 of 1) sorted by relevance
202 DeviceIntPtr pDevIt = inputInfo.devices; /*dev iterator */ in RealizeCursorAllScreens() local204 while (pDevIt && pDevIt != pDev) { in RealizeCursorAllScreens()205 if (DevHasCursor(pDevIt)) in RealizeCursorAllScreens()206 (*pscr->UnrealizeCursor) (pDevIt, pscr, pCurs); in RealizeCursorAllScreens()207 pDevIt = pDevIt->next; in RealizeCursorAllScreens()212 pDevIt = inputInfo.devices; in RealizeCursorAllScreens()213 while (pDevIt) { in RealizeCursorAllScreens()214 if (DevHasCursor(pDevIt)) in RealizeCursorAllScreens()215 (*pscr->UnrealizeCursor) (pDevIt, pscr, pCurs); in RealizeCursorAllScreens()216 pDevIt = pDevIt->next; in RealizeCursorAllScreens()