Lines Matching refs:IASavedProcVector
104 static int (* IASavedProcVector[256]) (ClientPtr client);
737 res = (*IASavedProcVector[X_SetInputFocus])(client);
770 res = (*IASavedProcVector[X_SendEvent])(client);
856 return (*IASavedProcVector[X_ChangeWindowAttributes])(client);
863 IASavedProcVector[X_SetInputFocus] = ProcVector[X_SetInputFocus];
866 IASavedProcVector[X_SendEvent] = ProcVector[X_SendEvent];
869 IASavedProcVector[X_ChangeWindowAttributes]
879 ProcVector[X_SetInputFocus] = IASavedProcVector[X_SetInputFocus];
880 ProcVector[X_SendEvent] = IASavedProcVector[X_SendEvent];
881 ProcVector[X_ChangeWindowAttributes] = IASavedProcVector[X_ChangeWindowAttributes];