diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2024-07-28 14:21:51 +0200 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2024-07-28 14:21:51 +0200 |
| commit | c0dba15e4ba9d2e4103a4af8c3862c1a7b8b1769 (patch) | |
| tree | f7b9d4a68dabbb13d8d3dbe368ca94df170a1eef /src/Fl_Window_Driver.H | |
| parent | d265009b66cbc69ca6edf502dc23199a01d62220 (diff) | |
Wayland: restore support of Fl_Tile with subwindow widget - cont'd
Diffstat (limited to 'src/Fl_Window_Driver.H')
| -rw-r--r-- | src/Fl_Window_Driver.H | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Fl_Window_Driver.H b/src/Fl_Window_Driver.H index 924a86967..ce4b4ef4c 100644 --- a/src/Fl_Window_Driver.H +++ b/src/Fl_Window_Driver.H @@ -209,7 +209,6 @@ 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 |
