Fix Child Windows under Wayland are clipped on resizing … (#987)

This commit is contained in:
ManoloFLTK
2024-06-02 08:28:40 +02:00
parent 482da12f71
commit d792ed21f5
5 changed files with 16 additions and 1 deletions
+3
View File
@@ -625,6 +625,9 @@ public:
static char show_next_window_iconic() {
return show_next_window_iconic_;
}
void allow_expand_outside_parent();
};
#endif