Searched refs:deviceCursors (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xorg-server/dist/include/
H A Dwindowstr.h95 DevCursorList deviceCursors; /* default: NULL */ member in struct:_WindowOpt
/xsrc/external/mit/xorg-server.old/dist/include/
H A Dwindowstr.h96 DevCursorList deviceCursors; /* default: NULL */ member in struct:_WindowOpt
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dwindow.c403 pWin->optional->deviceCursors = NULL;
800 if (pWin->optional->deviceCursors)
804 pList = pWin->optional->deviceCursors;
813 pWin->optional->deviceCursors = NULL;
3403 if (optional->deviceCursors != NULL)
3405 DevCursNodePtr pNode = optional->deviceCursors;
3455 optional->deviceCursors = NULL;
3530 pWin->optional->deviceCursors = pNode->next;
3546 pNewNode->next = pWin->optional->deviceCursors;
3547 pWin->optional->deviceCursors
[all...]
/xsrc/external/mit/xorg-server/dist/dix/
H A Dwindow.c605 pWin->optional->deviceCursors = NULL;
974 if (pWin->optional->deviceCursors) {
978 pList = pWin->optional->deviceCursors;
986 pWin->optional->deviceCursors = NULL;
3362 if (optional->deviceCursors != NULL) {
3363 DevCursNodePtr pNode = optional->deviceCursors;
3412 optional->deviceCursors = NULL;
3480 pWin->optional->deviceCursors = pNode->next;
3496 pNewNode->next = pWin->optional->deviceCursors;
3497 pWin->optional->deviceCursors
[all...]

Completed in 10 milliseconds