Searched refs:SWCursor (Results 1 – 5 of 5) sorted by relevance
73 ScreenPriv->SWCursor = TRUE; in xf86InitCursor()196 if (ScreenPriv->SWCursor) in xf86CursorRecolorCursor()220 ScreenPriv->SWCursor = TRUE; in xf86CursorEnableDisableFBAccess()309 if (ScreenPriv->SWCursor || in xf86CursorSetCursor()348 if (ScreenPriv->SWCursor) /* remove the SW cursor */ in xf86CursorSetCursor()353 ScreenPriv->SWCursor = FALSE; in xf86CursorSetCursor()374 if (!ScreenPriv->SWCursor) in xf86CursorSetCursor()375 ScreenPriv->SWCursor = TRUE; in xf86CursorSetCursor()425 else if (ScreenPriv->SWCursor) in xf86CursorMoveCursor()444 if (ScreenPriv->SWCursor && ScreenPriv->CurrentCursor) { in xf86ForceHWCursor()
13 Bool SWCursor; member
324 SWCursor B V Enable/disable SW cursor
2017 + Fixes SWCursor being multiply rendered, closes: #526260.
12131 without NULL checking it. If Option "SWCursor" is specified, ScreenPriv == NULL.12133 Without this fix, it is observed that setting Option "SWCursor" "on" on the19240 "SWCursor" is specified, sPriv == NULL. In this case we should assume that HW32902 Descriptions for Options PageFlip and SWCursor.126895 xfree86: fix SWCursor check in xf86CursorSetCursor.147802 The only function that cat set SWCursor before xf86DeviceCursorInitialize()