summaryrefslogtreecommitdiff
path: root/src/Fl_Window.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Fl_Window.cxx')
-rw-r--r--src/Fl_Window.cxx4
1 files changed, 4 insertions, 0 deletions
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$".
//