summaryrefslogtreecommitdiff
path: root/FL/x.H
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>1998-12-02 15:51:38 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>1998-12-02 15:51:38 +0000
commitbeb210d4d4ea2550fcc9de5a610b8fe6d9afc631 (patch)
treef792a964cfdc82e9de4fd838be0c58282eefbbd5 /FL/x.H
parentc061230dc7ba0d14dcfa96dedb59f34f6a16d378 (diff)
Font changes from Bill.
git-svn-id: file:///fltk/svn/fltk/trunk@109 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/x.H')
-rw-r--r--FL/x.H5
1 files changed, 3 insertions, 2 deletions
diff --git a/FL/x.H b/FL/x.H
index c6c06aa46..c5a82637e 100644
--- a/FL/x.H
+++ b/FL/x.H
@@ -1,5 +1,5 @@
//
-// "$Id: x.H,v 1.6 1998/11/05 16:04:41 mike Exp $"
+// "$Id: x.H,v 1.7 1998/12/02 15:51:34 mike Exp $"
//
// X11 header file for the Fast Light Tool Kit (FLTK).
//
@@ -56,6 +56,7 @@ extern Colormap fl_colormap;
// drawing functions:
extern GC fl_gc;
extern Window fl_window;
+extern XFontStruct* fl_xfont;
ulong fl_xpixel(Fl_Color i);
ulong fl_xpixel(uchar r, uchar g, uchar b);
void fl_clip_region(Region);
@@ -116,5 +117,5 @@ extern int fl_background_pixel; // hack into Fl_X::make_xid()
#endif
//
-// End of "$Id: x.H,v 1.6 1998/11/05 16:04:41 mike Exp $".
+// End of "$Id: x.H,v 1.7 1998/12/02 15:51:34 mike Exp $".
//