diff options
| author | Bill Spitzak <spitzak@gmail.com> | 2000-10-21 20:01:56 +0000 |
|---|---|---|
| committer | Bill Spitzak <spitzak@gmail.com> | 2000-10-21 20:01:56 +0000 |
| commit | 2cbf4041b3bf742c4ab23402234b956db9d83ce8 (patch) | |
| tree | f728cb1766fd2d6ba25348815bd5a93e6aa3692a /src/Fl_x.cxx | |
| parent | 710dcef237366e052ef74e68189546db6789e980 (diff) | |
Does not clear Fl::keysym on every event, this makes better back compatability and fixes Win2000
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1325 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_x.cxx')
| -rw-r--r-- | src/Fl_x.cxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/Fl_x.cxx b/src/Fl_x.cxx index bf71118af..e7f6e5aea 100644 --- a/src/Fl_x.cxx +++ b/src/Fl_x.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_x.cxx,v 1.24.2.19 2000/08/20 04:35:16 spitzak Exp $" +// "$Id: Fl_x.cxx,v 1.24.2.20 2000/10/21 20:01:56 spitzak Exp $" // // X specific code for the Fast Light Tool Kit (FLTK). // @@ -364,7 +364,6 @@ static Fl_Window* resize_bug_fix; int fl_handle(const XEvent& xevent) { - Fl::e_keysym = 0; fl_xevent = &xevent; Window xid = xevent.xany.window; @@ -898,5 +897,5 @@ void Fl_Window::make_current() { #endif // -// End of "$Id: Fl_x.cxx,v 1.24.2.19 2000/08/20 04:35:16 spitzak Exp $". +// End of "$Id: Fl_x.cxx,v 1.24.2.20 2000/10/21 20:01:56 spitzak Exp $". // |
