[Top]
Protocols
Protocols.X
Protocols.X.Extensions
Protocols.X.Extensions.XTEST
|
Method Protocols.X.Extensions.XTEST()->XTestGrabControl()
- Method
XTestGrabControl
void XTestGrabControl(int impervious)
- Description
Cause the executing client to become impervious to server grabs.
That is, it can continue to execute requests even if another client
grabs the server.
- Parameter impervious
A true (non zero) value causes the client to perform as
described above. If false (zero), server returns to the normal
state of being susceptible to server grabs.
|