diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2024-07-26 16:01:16 +0200 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2024-07-26 16:01:16 +0200 |
| commit | b740c48ee8505f93662065384d84b449d5e33438 (patch) | |
| tree | e806e2a3774471c95a9542585ef0b2d3c1cd4dec /src/Fl_Window_Driver.H | |
| parent | 3cc12d203f30f29a8920b85ee98c46f4c9bb0bcb (diff) | |
Wayland: restore support of Fl_Tile with subwindow widget
Diffstat (limited to 'src/Fl_Window_Driver.H')
| -rw-r--r-- | src/Fl_Window_Driver.H | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Fl_Window_Driver.H b/src/Fl_Window_Driver.H index cec60a2da..924a86967 100644 --- a/src/Fl_Window_Driver.H +++ b/src/Fl_Window_Driver.H @@ -31,6 +31,7 @@ #include <FL/Fl_Export.H> #include <FL/Fl_Window.H> #include <FL/Fl_Overlay_Window.H> +#include <FL/Fl_Tile.H> #include <stdlib.h> @@ -208,6 +209,7 @@ public: virtual fl_uintptr_t os_id() { return 0; } virtual void allow_expand_outside_parent() {} + static bool in_tile_intersection_drag() { return Fl_Tile::in_drag_intersection_; } }; #endif // FL_WINDOW_DRIVER_H |
