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 --- FL/Fl_Window.H | 3 +++ 1 file changed, 3 insertions(+) (limited to 'FL/Fl_Window.H') diff --git a/FL/Fl_Window.H b/FL/Fl_Window.H index 58165bffe..317c66247 100644 --- a/FL/Fl_Window.H +++ b/FL/Fl_Window.H @@ -22,6 +22,7 @@ #ifndef Fl_Window_H #define Fl_Window_H +#include #include #include #include @@ -54,6 +55,7 @@ class Fl_Double_Window; class FL_EXPORT Fl_Window : public Fl_Group { static char *default_xclass_; + static char show_iconic_; // 1 means create next window in iconic form int no_fullscreen_x; int no_fullscreen_y; @@ -64,6 +66,7 @@ class FL_EXPORT Fl_Window : public Fl_Group { int fullscreen_screen_left; int fullscreen_screen_right; + friend int Fl::arg(int argc, char **argv, int &i); friend class Fl_X; friend class Fl_Window_Driver; Fl_X *i; // points at the system-specific stuff, but exists only after the window is mapped -- cgit v1.2.3