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

Class Index

kdvi'WindowRec (./kdegraphics/kdvi/xdvi.h:495)

struct	WindowRec {
	Window		win;
	int		shrinkfactor;
	int		base_x, base_y;
	unsigned int	width, height;
	int	min_x, max_x, min_y, max_y;	/* for pending expose events */
};