Lines Matching refs:rep
90 xGetDeviceFocusReply rep; in ProcXGetDeviceFocus() local
102 rep = (xGetDeviceFocusReply) { in ProcXGetDeviceFocus()
112 rep.focus = None; in ProcXGetDeviceFocus()
114 rep.focus = PointerRoot; in ProcXGetDeviceFocus()
116 rep.focus = FollowKeyboard; in ProcXGetDeviceFocus()
118 rep.focus = focus->win->drawable.id; in ProcXGetDeviceFocus()
120 rep.time = focus->time.milliseconds; in ProcXGetDeviceFocus()
121 rep.revertTo = focus->revert; in ProcXGetDeviceFocus()
122 WriteReplyToClient(client, sizeof(xGetDeviceFocusReply), &rep); in ProcXGetDeviceFocus()
134 SRepXGetDeviceFocus(ClientPtr client, int size, xGetDeviceFocusReply * rep) in SRepXGetDeviceFocus() argument
136 swaps(&rep->sequenceNumber); in SRepXGetDeviceFocus()
137 swapl(&rep->length); in SRepXGetDeviceFocus()
138 swapl(&rep->focus); in SRepXGetDeviceFocus()
139 swapl(&rep->time); in SRepXGetDeviceFocus()
140 WriteToClient(client, size, rep); in SRepXGetDeviceFocus()