Searched defs:protocol (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/xserver/xorg/sun-src/tsol/
H A Dtsolprotocol.c749 * this protocol.
817 unsigned int protocol; local
833 * events are non-protocol ones viz. ClientConnect, mapped to 9101
835 * The protocol events are mapped from 9103 onwards in the serial
836 * order of their respective protocol opcode, for eg, the protocol
837 * UngrabPointer which is has a protocol opcode 27 is mapped to
841 * protocols. We set the extension protocol opcode to be 128, one
844 protocol = (unsigned int)MAJOROP_CODE;
845 if (protocol > X_NoOperatio
[all...]

Completed in 10 milliseconds