From b740c48ee8505f93662065384d84b449d5e33438 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Fri, 26 Jul 2024 16:01:16 +0200 Subject: Wayland: restore support of Fl_Tile with subwindow widget --- FL/Fl_Tile.H | 3 +++ 1 file changed, 3 insertions(+) (limited to 'FL') diff --git a/FL/Fl_Tile.H b/FL/Fl_Tile.H index 64a3ba530..e9e8c8b0c 100644 --- a/FL/Fl_Tile.H +++ b/FL/Fl_Tile.H @@ -25,6 +25,9 @@ */ class FL_EXPORT Fl_Tile : public Fl_Group { + friend class Fl_Window_Driver; +private: + static bool in_drag_intersection_; public: int handle(int event) FL_OVERRIDE; Fl_Tile(int X, int Y, int W, int H, const char *L=0); -- cgit v1.2.3