mirror of
https://github.com/fltk/fltk.git
synced 2026-05-29 04:26:27 +08:00
Fix Child Windows under Wayland are clipped on resizing … (#987)
This commit is contained in:
@@ -625,6 +625,9 @@ public:
|
||||
static char show_next_window_iconic() {
|
||||
return show_next_window_iconic_;
|
||||
}
|
||||
|
||||
void allow_expand_outside_parent();
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user