int XSetPointerMapping(display, map, nmap)
      Display *display;
      unsigned char map[];
      int nmap;
| display | Specifies the connection to the X server. | 
| map | Specifies the mapping list. | 
| nmap | Specifies the number of items in the mapping list. | 
XSetPointerMapping() 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. |