diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2024-03-19 15:09:14 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2024-03-19 15:39:18 +0100 |
| commit | af90841fbc0a7090d7f3979c4d71aeeec1fbcb4b (patch) | |
| tree | 8c768ffc47e08b5031110997b595e930e3e1a754 /src/Fl_x.cxx | |
| parent | 3a8daf70c05692d73ded3a64d004a685c5ea2df6 (diff) | |
Update dependencies, whitespace, and Fl_File_Chooser.cxx
Rewrite src/Fl_File_Chooser.cxx from its .fl source file
Diffstat (limited to 'src/Fl_x.cxx')
| -rw-r--r-- | src/Fl_x.cxx | 2 |
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; |
