Lines Matching refs:deviceCursors
610 pWin->optional->deviceCursors = NULL; in CreateRootWindow()
987 if (pWin->optional->deviceCursors) { in DisposeWindowOptional()
991 pList = pWin->optional->deviceCursors; in DisposeWindowOptional()
999 pWin->optional->deviceCursors = NULL; in DisposeWindowOptional()
3380 if (optional->deviceCursors != NULL) { in CheckWindowOptionalNeed()
3381 DevCursNodePtr pNode = optional->deviceCursors; in CheckWindowOptionalNeed()
3430 optional->deviceCursors = NULL; in MakeWindowOptional()
3498 pWin->optional->deviceCursors = pNode->next; in ChangeWindowDeviceCursor()
3514 pNewNode->next = pWin->optional->deviceCursors; in ChangeWindowDeviceCursor()
3515 pWin->optional->deviceCursors = pNewNode; in ChangeWindowDeviceCursor()
3562 if (!pWin->optional || !pWin->optional->deviceCursors) in WindowGetDeviceCursor()
3565 pList = pWin->optional->deviceCursors; in WindowGetDeviceCursor()
3594 pList = pWin->optional->deviceCursors; in WindowSeekDeviceCursor()