summaryrefslogtreecommitdiff
path: root/font.h
diff options
context:
space:
mode:
Diffstat (limited to 'font.h')
-rw-r--r--font.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/font.h b/font.h
index 27f6200..3a0062f 100644
--- a/font.h
+++ b/font.h
@@ -23,6 +23,8 @@
#define FONT_WIDTH 6
#define FONT_HEIGHT 10
+#ifdef WANT_FONT_BITS
+
/* Font information:
name: 6x10
facename: -Misc-Fixed-Medium-R-Normal--10-100-75-75-C-60-ISO8859-1
@@ -5876,3 +5878,5 @@ static unsigned long _font_offset[256] =
2210, /* (0xfe) */
2220 /* (0xff) */
};
+
+#endif /* WANT_FONT_BITS */