Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 42625 | Differences between
and this patch

Collapse All | Expand All

(-)xemacs-21.4.15/src/objects-x.c (-1 / +3 lines)
Lines 681-687 Link Here
681
}
681
}
682
682
683
/* Unbounded, for sufficiently small values of infinity... */
683
/* Unbounded, for sufficiently small values of infinity... */
684
#define MAX_FONT_COUNT 5000
684
/*#define MAX_FONT_COUNT 5000*/
685
/* Replaced with a somewhat more unbounded value: */
686
#define MAX_FONT_COUNT 32768
685
687
686
static Extbyte *
688
static Extbyte *
687
truename_via_XListFonts (Display *dpy, Extbyte *font_name)
689
truename_via_XListFonts (Display *dpy, Extbyte *font_name)

Return to bug 42625