mirror of
https://github.com/fltk/fltk.git
synced 2026-06-06 08:32:07 +08:00
Redraw speedup patch from Bill.
git-svn-id: file:///fltk/svn/fltk/trunk@141 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
@@ -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 $".
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user