Searched refs:revent (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/libXext/dist/src/
H A DXSecurity.c109 XSecurityAuthorizationRevokedEvent *revent = variable in typeref:typename:XSecurityAuthorizationRevokedEvent *
112 revent->type = rwire->type & 0x7F;
113 revent->serial = _XSetLastRequestRead(dpy,
115 revent->send_event = (rwire->type & 0x80) != 0;
116 revent->display = dpy;
117 revent->auth_id = rwire->authId;
137 XSecurityAuthorizationRevokedEvent *revent = local in function:event_to_wire
139 rwire->type = revent->type | (revent->send_event ? 0x80 : 0);
140 rwire->sequenceNumber = revent
[all...]

Completed in 2 milliseconds