summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
Diffstat (limited to 'FL')
-rw-r--r--FL/x.H5
1 files changed, 3 insertions, 2 deletions
diff --git a/FL/x.H b/FL/x.H
index c5a82637e..f6c9b2154 100644
--- a/FL/x.H
+++ b/FL/x.H
@@ -1,5 +1,5 @@
//
-// "$Id: x.H,v 1.7 1998/12/02 15:51:34 mike Exp $"
+// "$Id: x.H,v 1.8 1998/12/07 13:38:39 mike Exp $"
//
// X11 header file for the Fast Light Tool Kit (FLTK).
//
@@ -60,6 +60,7 @@ extern XFontStruct* fl_xfont;
ulong fl_xpixel(Fl_Color i);
ulong fl_xpixel(uchar r, uchar g, uchar b);
void fl_clip_region(Region);
+Region XRectangleRegion(int x, int y, int w, int h); // in fl_rect.cxx
// feed events into fltk:
int fl_handle(const XEvent&);
@@ -117,5 +118,5 @@ extern int fl_background_pixel; // hack into Fl_X::make_xid()
#endif
//
-// End of "$Id: x.H,v 1.7 1998/12/02 15:51:34 mike Exp $".
+// End of "$Id: x.H,v 1.8 1998/12/07 13:38:39 mike Exp $".
//