Searched refs:WindowGetDeviceCursor (Results 1 – 3 of 3) sorted by relevance
137 extern _X_EXPORT struct _Cursor *WindowGetDeviceCursor(WindowPtr /*pWin */ ,
3558 WindowGetDeviceCursor(WindowPtr pWin, DeviceIntPtr pDev) in WindowGetDeviceCursor() function3570 return WindowGetDeviceCursor(pWin->parent, pDev); in WindowGetDeviceCursor()
985 pCursor = WindowGetDeviceCursor(win, pDev); in PostNewCursor()