diff options
Diffstat (limited to 'src/Fl_x.cxx')
| -rw-r--r-- | src/Fl_x.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Fl_x.cxx b/src/Fl_x.cxx index fed46a638..7a979ec42 100644 --- a/src/Fl_x.cxx +++ b/src/Fl_x.cxx @@ -103,8 +103,8 @@ extern int fl_send_system_handlers(void *e); #if FLTK_CONSOLIDATE_MOTION static Fl_Window* send_motion; -extern Fl_Window* fl_xmousewin; #endif +extern Fl_Window* fl_xmousewin; static bool in_a_window; // true if in any of our windows, even destroyed ones static void do_queued_events() { @@ -2199,9 +2199,9 @@ int fl_handle(const XEvent& thisevent) if (xevent.xcrossing.detail == NotifyInferior) break; set_event_xy(window); Fl::e_state = xevent.xcrossing.state << 16; -#if FLTK_CONSOLIDATE_MOTION +//#if FLTK_CONSOLIDATE_MOTION // this needs to be commented out in 1.4 and above (see #1295) fl_xmousewin = 0; -#endif // FLTK_CONSOLIDATE_MOTION +//#endif // FLTK_CONSOLIDATE_MOTION in_a_window = false; // make do_queued_events produce FL_LEAVE event return 0; |
