diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2025-09-15 09:05:16 +0200 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2025-09-15 09:05:16 +0200 |
| commit | dfd208e171590c0fae3558c84252550ed9caa6a1 (patch) | |
| tree | 3d213f215638eb31c82020543d4df62a3f47a2ed /src/drivers/X11/Fl_X11_Window_Driver.cxx | |
| parent | afeaf129349d09e21bbbf8c5c486865140aac9d3 (diff) | |
Complete Wayland-related part of issue #1295
Diffstat (limited to 'src/drivers/X11/Fl_X11_Window_Driver.cxx')
| -rw-r--r-- | src/drivers/X11/Fl_X11_Window_Driver.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/drivers/X11/Fl_X11_Window_Driver.cxx b/src/drivers/X11/Fl_X11_Window_Driver.cxx index 354c5a855..96f43ce26 100644 --- a/src/drivers/X11/Fl_X11_Window_Driver.cxx +++ b/src/drivers/X11/Fl_X11_Window_Driver.cxx @@ -434,8 +434,6 @@ void Fl_X11_Window_Driver::make_current() { void Fl_X11_Window_Driver::hide() { Fl_X* ip = Fl_X::flx(pWindow); - extern Fl_Window *fl_xmousewin; - fl_xmousewin = 0; if (hide_common()) return; if (ip->region) Fl_Graphics_Driver::default_driver().XDestroyRegion(ip->region); # if USE_XFT && ! FLTK_USE_CAIRO |
