summaryrefslogtreecommitdiff
path: root/FL/x.H
diff options
context:
space:
mode:
Diffstat (limited to 'FL/x.H')
-rw-r--r--FL/x.H1
1 files changed, 1 insertions, 0 deletions
diff --git a/FL/x.H b/FL/x.H
index 3e6c2c01f..bd1bcd462 100644
--- a/FL/x.H
+++ b/FL/x.H
@@ -68,6 +68,7 @@ public:
Fl_Window *w;
Region region;
Fl_X *next;
+ int wait_for_expose;
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;}