Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/dix/
H A Dwindow.c610 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 …]
/OK3568_Linux_fs/external/xserver/include/
H A Dwindowstr.h95 DevCursorList deviceCursors; /* default: NULL */ member