summaryrefslogtreecommitdiff
path: root/src/drivers/Wayland/Fl_Wayland_Window_Driver.cxx
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2025-09-15 09:05:16 +0200
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2025-09-15 09:05:16 +0200
commitdfd208e171590c0fae3558c84252550ed9caa6a1 (patch)
tree3d213f215638eb31c82020543d4df62a3f47a2ed /src/drivers/Wayland/Fl_Wayland_Window_Driver.cxx
parentafeaf129349d09e21bbbf8c5c486865140aac9d3 (diff)
Complete Wayland-related part of issue #1295
Diffstat (limited to 'src/drivers/Wayland/Fl_Wayland_Window_Driver.cxx')
-rw-r--r--src/drivers/Wayland/Fl_Wayland_Window_Driver.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/drivers/Wayland/Fl_Wayland_Window_Driver.cxx b/src/drivers/Wayland/Fl_Wayland_Window_Driver.cxx
index dd7761df9..eb8d3647a 100644
--- a/src/drivers/Wayland/Fl_Wayland_Window_Driver.cxx
+++ b/src/drivers/Wayland/Fl_Wayland_Window_Driver.cxx
@@ -453,8 +453,6 @@ void Fl_Wayland_Window_Driver::hide() {
Fl_Screen_Driver::del_transient_window(NULL);
}
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);