summaryrefslogtreecommitdiff
path: root/src/Fl_x.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Fl_x.cxx')
-rw-r--r--src/Fl_x.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_x.cxx b/src/Fl_x.cxx
index c3355ca74..6b0193aff 100644
--- a/src/Fl_x.cxx
+++ b/src/Fl_x.cxx
@@ -1260,7 +1260,7 @@ int fl_handle(const XEvent& thisevent)
XEvent xevent = thisevent;
fl_xevent = &thisevent;
Window xid = xevent.xany.window;
-
+
// For each DestroyNotify event, determine whether an FLTK-created window
// is being destroyed (see issue #935).
bool xid_is_from_fltk_win = false;