summaryrefslogtreecommitdiff
path: root/src/drivers/Wayland/Fl_Wayland_Screen_Driver.H
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2024-05-28 22:28:54 +0200
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2024-05-28 22:28:54 +0200
commit70c6f2ce129efde6578d40b8c526497b46e79cc7 (patch)
tree82990423e52371360c3b1bb3b08e7db73c16b2bf /src/drivers/Wayland/Fl_Wayland_Screen_Driver.H
parent9c8977eff13c0a181a71b72287163478e6084f79 (diff)
Fix: Wayland sends wrong events after an FL_DRAG of a top window - cont'd (#983)
Diffstat (limited to 'src/drivers/Wayland/Fl_Wayland_Screen_Driver.H')
-rw-r--r--src/drivers/Wayland/Fl_Wayland_Screen_Driver.H1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/drivers/Wayland/Fl_Wayland_Screen_Driver.H b/src/drivers/Wayland/Fl_Wayland_Screen_Driver.H
index 97bcccfa6..e2535cfb4 100644
--- a/src/drivers/Wayland/Fl_Wayland_Screen_Driver.H
+++ b/src/drivers/Wayland/Fl_Wayland_Screen_Driver.H
@@ -87,7 +87,6 @@ public:
// next length of marked text after current marked text will have been replaced
static int next_marked_length;
static compositor_name compositor; // identifies the used Wayland compositor
- static bool in_xdg_toplevel_move; // true when performing interactive window move
// static member functions
static void insertion_point_location(int x, int y, int height);