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

Collapse All | Expand All

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

Return to bug 214330