diff options
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/Fl_Window.H | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
