summaryrefslogtreecommitdiff
path: root/FL/x.H
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>1998-11-05 16:04:53 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>1998-11-05 16:04:53 +0000
commit80b1529ef4d69d9e34a48a419a018d7f4d64054b (patch)
tree7c743dc2f7f17654f1535314f6b0e6c5eadfc21b /FL/x.H
parent60399e3945dcfe9a2bb9f00f794d9e8634dd6bd9 (diff)
Multiple patches from Bill:
- Double-buffered window fixes. - Tabs fixes. - X/WIN32 fixes. - Fl_Input fixes. - Support for vsnprintf and friends. - Support for printf-style arguments in utility functions. git-svn-id: file:///fltk/svn/fltk/trunk@52 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/x.H')
-rw-r--r--FL/x.H7
1 files changed, 4 insertions, 3 deletions
diff --git a/FL/x.H b/FL/x.H
index fad9b93b2..c6c06aa46 100644
--- a/FL/x.H
+++ b/FL/x.H
@@ -1,5 +1,5 @@
//
-// "$Id: x.H,v 1.5 1998/10/21 14:19:51 mike Exp $"
+// "$Id: x.H,v 1.6 1998/11/05 16:04:41 mike Exp $"
//
// X11 header file for the Fast Light Tool Kit (FLTK).
//
@@ -91,7 +91,8 @@ public:
Fl_Window *w;
Region region;
Fl_X *next;
- int wait_for_expose;
+ char wait_for_expose;
+ char backbuffer_bad; // used for XDBE
static Fl_X* first;
static Fl_X* i(const Fl_Window* w) {return w->i;}
void setwindow(Fl_Window* wi) {w=wi; wi->i=this;}
@@ -115,5 +116,5 @@ extern int fl_background_pixel; // hack into Fl_X::make_xid()
#endif
//
-// End of "$Id: x.H,v 1.5 1998/10/21 14:19:51 mike Exp $".
+// End of "$Id: x.H,v 1.6 1998/11/05 16:04:41 mike Exp $".
//