summaryrefslogtreecommitdiff
path: root/lib/font.cc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/font.cc')
-rw-r--r--lib/font.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/font.cc b/lib/font.cc
index 5534cfc..a23eae2 100644
--- a/lib/font.cc
+++ b/lib/font.cc
@@ -648,6 +648,7 @@ int mogltk::font::singletextsize(const String & s) const {
}
mogltk::font * mogltk::SystemFont;
+mogltk::font * mogltk::FixedFont;
mogltk::texture * mogltk::font::alloctexture() {
return new mogltk::texture(256, 256);