Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 98073
Collapse All | Expand All

(-)xorg/xc/programs/xfd/xfd.c (-1 / +1 lines)
Lines 401-407 change_page(int page) Link Here
401
    GetFontGridCellDimensions (fontGrid, &oldstart, &ncols, &nrows);
401
    GetFontGridCellDimensions (fontGrid, &oldstart, &ncols, &nrows);
402
402
403
    if (page) {
403
    if (page) {
404
	Dimension start = (oldstart + 
404
	long start = (oldstart + 
405
			   ((long) ncols) * ((long) nrows) * ((long) page));
405
			   ((long) ncols) * ((long) nrows) * ((long) page));
406
406
407
	arg.value = (XtArgVal) start;
407
	arg.value = (XtArgVal) start;

Return to bug 98073