* to 124 so that XQTR will be precisely an integer.
*/
-struct width {
+static struct width {
char const * option;
char const * fullname;
int xpix;
int ttfwidth;
-};
-
-struct width const widths[] = {
+} const widths[] = {
{
"--normal",
"Bedstead",
};
static int const nwidths = sizeof(widths) / sizeof(widths[0]);
-
struct width const *width = &widths[0];
/* Size of output pixels in font design units (usually 1000/em) */