From bf7e4de688fc1f0e3008049a41c07543a7da0752 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Tue, 22 Mar 2016 21:21:08 +0000 Subject: Rewrite Fl_Window::resize() under the driver model. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11401 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_Window.cxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/Fl_Window.cxx') diff --git a/src/Fl_Window.cxx b/src/Fl_Window.cxx index c6e3454ef..35c6c1945 100644 --- a/src/Fl_Window.cxx +++ b/src/Fl_Window.cxx @@ -506,6 +506,10 @@ void Fl_Window::show() { pWindowDriver->show(); } +void Fl_Window::resize(int X,int Y,int W,int H) { + pWindowDriver->resize(X, Y, W, H); +} + // // End of "$Id$". // -- cgit v1.2.3