From fdaad858ba78ac232df8b5a7d6f1ab3a64680a6c Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Wed, 23 Mar 2016 18:00:37 +0000 Subject: Rewrite Fl_Window::iconize() under the driver model. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11411 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_Window.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Fl_Window.cxx') diff --git a/src/Fl_Window.cxx b/src/Fl_Window.cxx index 70701bab6..8ab9aaae9 100644 --- a/src/Fl_Window.cxx +++ b/src/Fl_Window.cxx @@ -33,6 +33,8 @@ char *Fl_Window::default_xclass_ = 0L; +char Fl_Window::show_iconic_ = 0; + Fl_Window *Fl_Window::current_; void Fl_Window::_Fl_Window() { -- cgit v1.2.3