Redraw speedup patch from Bill.

git-svn-id: file:///fltk/svn/fltk/trunk@141 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Michael R Sweet
1998-12-07 13:38:40 +00:00
parent eb9fdfb01f
commit 12e7a1cda4
2 changed files with 51 additions and 36 deletions
+3 -2
View File
@@ -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 $".
//