Searched refs:grabinfo (Results 1 – 4 of 4) sorted by relevance
971 ServerGrabInfoRec grabinfo; in MakeClientGrabImpervious() local973 grabinfo.client = client; in MakeClientGrabImpervious()974 grabinfo.grabstate = CLIENT_IMPERVIOUS; in MakeClientGrabImpervious()975 CallCallbacks(&ServerGrabCallback, &grabinfo); in MakeClientGrabImpervious()991 ServerGrabInfoRec grabinfo; in MakeClientGrabPervious() local993 grabinfo.client = client; in MakeClientGrabPervious()994 grabinfo.grabstate = CLIENT_PERVIOUS; in MakeClientGrabPervious()995 CallCallbacks(&ServerGrabCallback, &grabinfo); in MakeClientGrabPervious()
1517 GrabInfoPtr grabinfo = &mouse->deviceGrab; in ActivatePointerGrab() local1518 GrabPtr oldgrab = grabinfo->grab; in ActivatePointerGrab()1519 WindowPtr oldWin = (grabinfo->grab) ? in ActivatePointerGrab()1520 grabinfo->grab->window : mouse->spriteInfo->sprite->win; in ActivatePointerGrab()1535 if (! (grabinfo->grab && oldWin == grabinfo->grab->window in ActivatePointerGrab()1540 grabinfo->grabTime = syncEvents.time; in ActivatePointerGrab()1542 grabinfo->grabTime = time; in ActivatePointerGrab()1543 grabinfo->grab = AllocGrab(grab); in ActivatePointerGrab()1544 grabinfo->fromPassiveGrab = isPassive; in ActivatePointerGrab()1545 grabinfo->implicitGrab = autoGrab & ImplicitGrabMask; in ActivatePointerGrab()[all …]
1114 ServerGrabInfoRec grabinfo; in ProcGrabServer() local1116 grabinfo.client = client; in ProcGrabServer()1117 grabinfo.grabstate = SERVER_GRABBED; in ProcGrabServer()1118 CallCallbacks(&ServerGrabCallback, (void *) &grabinfo); in ProcGrabServer()1142 ServerGrabInfoRec grabinfo; in UngrabServer() local1144 grabinfo.client = client; in UngrabServer()1145 grabinfo.grabstate = SERVER_UNGRABBED; in UngrabServer()1146 CallCallbacks(&ServerGrabCallback, (void *) &grabinfo); in UngrabServer()
61915 as grabinfo->grab, leaving us with the potential of dangling pointers if