Home
last modified time | relevance | path

Searched refs:WindowGetDeviceCursor (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/include/
H A Dwindow.h137 extern _X_EXPORT struct _Cursor *WindowGetDeviceCursor(WindowPtr /*pWin */ ,
/OK3568_Linux_fs/external/xserver/dix/
H A Dwindow.c3558 WindowGetDeviceCursor(WindowPtr pWin, DeviceIntPtr pDev) in WindowGetDeviceCursor() function
3570 return WindowGetDeviceCursor(pWin->parent, pDev); in WindowGetDeviceCursor()
H A Devents.c985 pCursor = WindowGetDeviceCursor(win, pDev); in PostNewCursor()