Searched refs:HideCursor (Results 1 – 9 of 9) sorted by relevance
35 void HideCursor(ScrnInfoPtr pScrn)37 HideCursor should hide the current cursor.107 The HideCursor entry will normally be called instead of displaying a117 This flag prevents the HideCursor call that would normally occur just before
95 !infoPtr->HideCursor || in xf86InitHardwareCursor()195 (*infoPtr->HideCursor) (infoPtr->pScrn); in xf86ScreenSetCursor()221 (*infoPtr->HideCursor) (infoPtr->pScrn); in xf86ScreenSetCursor()291 (*infoPtr->HideCursor) (infoPtr->pScrn); in xf86SetTransparentCursor()
17 void (*HideCursor) (ScrnInfoPtr pScrn); member
626 infoPtr->HideCursor = IBMramdac526HideCursor; in IBMramdac526HWCursorInit()642 infoPtr->HideCursor = IBMramdac640HideCursor; in IBMramdac640HWCursorInit()
680 infoPtr->HideCursor = TIramdacHideCursor; in TIramdacHWCursorInit()
673 cursor_info->HideCursor = xf86_hide_cursors; in xf86_cursors_init()
760 extern void HideCursor (XtermWidget /* xw */);
644 R029 XFIXES:HideCursor
25749 xfree86: Set xf86CrtcConfigRec cursor pointer to NULL in HideCursor25756 As HideCursor may be called in the cursor loading path after110436 required to provide a HideCursor function, which will be called instead124605 Presumably, a client calling HideCursor doesn't want any cursor displayed.