diff options
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/x.H | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 $". // |
