Home
last modified time | relevance | path

Searched refs:wCursor (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/xserver/include/
H A Dwindowstr.h187 #define wCursor(w) ((w)->cursorIsNone ? None : wTrackParent(w, cursor)) macro
/OK3568_Linux_fs/external/xserver/Xext/
H A Dxtest.c141 .same = (wCursor(pWin) == pCursor) in ProcXTestCompareCursor()
/OK3568_Linux_fs/external/xserver/dix/
H A Dwindow.c1511 if (pCursor != wCursor(pWin)) { in ChangeWindowAttributes()
1541 else if (pWin->parent && pCursor == wCursor(pWin->parent)) in ChangeWindowAttributes()
H A Devents.c3223 pCursor = wCursor(pWin); in InitializeSprite()
3326 pCursor = RefCursor(wCursor(win)); in UpdateSpriteForScreen()