View | Details | Raw Unified
Collapse All | Expand All

(-) src/conky.c (-2 / +2 lines)
 Lines 127-132    Link Here 
	exit(0);
	exit(0);
}
}
static char *suffixes[] = { "B", "kiB", "MiB", "GiB", "TiB", "PiB", "" };
#ifdef X11
#ifdef X11
/* text size */
/* text size */
 Lines 164-171    Link Here 
static int font_count = -1;
static int font_count = -1;
struct font_list *fonts = NULL;
struct font_list *fonts = NULL;
static char *suffixes[] = { "B", "kiB", "MiB", "GiB", "TiB", "PiB", "" };
#ifdef XFT
#ifdef XFT
#define font_height() (use_xft ? (fonts[selected_font].xftfont->ascent + \
#define font_height() (use_xft ? (fonts[selected_font].xftfont->ascent + \