From d792ed21f55a8fadbcb0edb99647e5fb3ef01669 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Sun, 2 Jun 2024 08:28:40 +0200 Subject: =?UTF-8?q?=20Fix=20Child=20Windows=20under=20Wayland=20are=20clip?= =?UTF-8?q?ped=20on=20resizing=20=E2=80=A6=20(#987)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FL/Fl_Window.H | 3 +++ 1 file changed, 3 insertions(+) (limited to 'FL') diff --git a/FL/Fl_Window.H b/FL/Fl_Window.H index 6c6e26493..03e20ac5c 100644 --- a/FL/Fl_Window.H +++ b/FL/Fl_Window.H @@ -625,6 +625,9 @@ public: static char show_next_window_iconic() { return show_next_window_iconic_; } + + void allow_expand_outside_parent(); + }; #endif -- cgit v1.2.3