Source Code (Use browser search to find items of interest.)

Class Index

klyx'queue (./klyx/src/figinset.C:105)

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 */
};