XMakeAssoc(display, table, x_id, data)
      Display *display;
      XAssocTable *table;	
      XID x_id;
      char *data;
| display | Specifies the connection to the X server. | 
| table | Specifies the assoc table. | 
| x_id | Specifies the X resource ID. | 
| data | Specifies the data to be associated with the X resource ID. |