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_Driver.H | 1 + 1 file changed, 1 insertion(+) (limited to 'FL/Fl_Window_Driver.H') diff --git a/FL/Fl_Window_Driver.H b/FL/Fl_Window_Driver.H index cc515e382..4779f4354 100644 --- a/FL/Fl_Window_Driver.H +++ b/FL/Fl_Window_Driver.H @@ -95,6 +95,7 @@ public: virtual void fullscreen_off(int X, int Y, int W, int H) {} virtual void use_border(); virtual void size_range(); + virtual void iconize() {} // --- window shape stuff void shape_pixmap_(Fl_Image* pixmap); // TODO: check -- cgit v1.2.3