From 270b437500552cba0d082363f9124456f16a1fda Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Wed, 23 Mar 2016 07:08:17 +0000 Subject: Rewrite Fl_Window::hide() under the driver model. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11402 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_Window_Driver.H | 2 ++ 1 file changed, 2 insertions(+) (limited to 'FL') diff --git a/FL/Fl_Window_Driver.H b/FL/Fl_Window_Driver.H index d625294d5..f386e04f4 100644 --- a/FL/Fl_Window_Driver.H +++ b/FL/Fl_Window_Driver.H @@ -83,6 +83,8 @@ public: virtual void show(); virtual void show_menu(); virtual void resize(int X,int Y,int W,int H) {} + virtual void hide() {} + int hide_common(); // --- window shape stuff void shape_pixmap_(Fl_Image* pixmap); // TODO: check -- cgit v1.2.3