Searched refs:deviceCursors (Results 1 – 2 of 2) sorted by relevance
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()[all …]
95 DevCursorList deviceCursors; /* default: NULL */ member