struct queue { float rx, ry; /* resolution x and y */ int ofsx, ofsy; /* x and y translation */ figdata *data; /* we are doing it for this data */ queue *next; /* next item in queue */ };