XKillClient(display, resource)
Display *display;
XID resource;
display | Specifies the connection to the X server. |
resource | Specifies any resource associated with the client that you want to destroy or AllTemporary . |
XKillClient() can generate a BadValue error.
BadValue | Some numeric value falls outside the range of values accepted by the request. Unless a specific range is specified for an argument, the full range defined by the argument's type is accepted. Any argument defined as a set of alternatives can generate this error. |