diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 1998-12-07 13:38:40 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 1998-12-07 13:38:40 +0000 |
| commit | 12e7a1cda46548a37fd9d36766f77250f8346cd3 (patch) | |
| tree | 1ab02df24578d5c52962eb31aa8bc0ea4aec16a8 /FL | |
| parent | eb9fdfb01f1a636a916df2dc5aab23d5903d3c08 (diff) | |
Redraw speedup patch from Bill.
git-svn-id: file:///fltk/svn/fltk/trunk@141 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
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 $". // |
