summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fl_font.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/fl_font.cxx b/src/fl_font.cxx
index 4d9776c00..670acc352 100644
--- a/src/fl_font.cxx
+++ b/src/fl_font.cxx
@@ -1,5 +1,5 @@
//
-// "$Id: fl_font.cxx,v 1.9 1999/01/07 19:17:39 mike Exp $"
+// "$Id: fl_font.cxx,v 1.9.2.1 1999/07/21 01:21:49 carl Exp $"
//
// Font selection code for the Fast Light Tool Kit (FLTK).
//
@@ -278,6 +278,7 @@ double fl_width(uchar c) {
}
void fl_draw(const char* str, int n, int x, int y) {
+ if (!fl_xfont) fl_font(0, 14); // Perhaps this should be configured somewhere?
if (font_gc != fl_gc) {
font_gc = fl_gc;
XSetFont(fl_display, fl_gc, fl_xfont->fid);
@@ -292,5 +293,5 @@ void fl_draw(const char* str, int x, int y) {
#endif
//
-// End of "$Id: fl_font.cxx,v 1.9 1999/01/07 19:17:39 mike Exp $".
+// End of "$Id: fl_font.cxx,v 1.9.2.1 1999/07/21 01:21:49 carl Exp $".
//