Hello friend,
now iam exactly getting the working of xnee,
consider the following function : --
*void xnee_human_print_request (xnee_data *xd, XRecordInterceptData
*xrecintd )
{
XRecordDatum *xrec_data;
int req_type ;
xrec_data = (XRecordDatum *) (xrecintd->data) ;
req_type = (int) xrec_data->type ;
(void)xd->data_fp (xd->out_file,"Request %20s\t%.3d\t%lu\n",
xnee_print_request(req_type),
req_type,
xrec_data->req.id );
*in this function *xrec_data->req.id* is unique isnt it ??
so dont we know from window id (client id ) it is generated, what data
structure i need to take there --????
*
}*
_______________________________________________
Info-xnee mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-xnee