summaryrefslogtreecommitdiff
path: root/src/Fl_Window.cxx
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2016-03-23 18:00:37 +0000
committerManolo Gouy <Manolo>2016-03-23 18:00:37 +0000
commitfdaad858ba78ac232df8b5a7d6f1ab3a64680a6c (patch)
tree47cf7aaf6cd8622f8ec4253cc209b6fce948ca34 /src/Fl_Window.cxx
parente3ee1e7b81c9b1a8806b80cd69c66eeccc679bf9 (diff)
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
Diffstat (limited to 'src/Fl_Window.cxx')
-rw-r--r--src/Fl_Window.cxx2
1 files changed, 2 insertions, 0 deletions
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() {