Home
last modified time | relevance | path

Searched refs:HideCursor (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/ramdac/
H A DCURSOR.NOTES35 void HideCursor(ScrnInfoPtr pScrn)
37 HideCursor should hide the current cursor.
107 The HideCursor entry will normally be called instead of displaying a
117 This flag prevents the HideCursor call that would normally occur just before
H A Dxf86HWCurs.c95 !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()
H A Dxf86Cursor.h17 void (*HideCursor) (ScrnInfoPtr pScrn); member
H A DIBM.c626 infoPtr->HideCursor = IBMramdac526HideCursor; in IBMramdac526HWCursorInit()
642 infoPtr->HideCursor = IBMramdac640HideCursor; in IBMramdac640HWCursorInit()
H A DTI.c680 infoPtr->HideCursor = TIramdacHideCursor; in TIramdacHWCursorInit()
/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86Cursors.c673 cursor_info->HideCursor = xf86_hide_cursors; in xf86_cursors_init()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/xorg-app/xterm/
H A DCVE-2022-45063.patch760 extern void HideCursor (XtermWidget /* xw */);
/OK3568_Linux_fs/external/xserver/dix/
H A Dprotocol.txt644 R029 XFIXES:HideCursor
/OK3568_Linux_fs/external/xserver/
H A DChangeLog25749 xfree86: Set xf86CrtcConfigRec cursor pointer to NULL in HideCursor
25756 As HideCursor may be called in the cursor loading path after
110436 required to provide a HideCursor function, which will be called instead
124605 Presumably, a client calling HideCursor doesn't want any cursor displayed.