From e3ee1e7b81c9b1a8806b80cd69c66eeccc679bf9 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Wed, 23 Mar 2016 17:13:09 +0000 Subject: Rewrite Fl_Window::size_range_() under the driver model. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11410 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 89acb4938..cc515e382 100644 --- a/FL/Fl_Window_Driver.H +++ b/FL/Fl_Window_Driver.H @@ -94,6 +94,7 @@ public: virtual void fullscreen_on() {} virtual void fullscreen_off(int X, int Y, int W, int H) {} virtual void use_border(); + virtual void size_range(); // --- window shape stuff void shape_pixmap_(Fl_Image* pixmap); // TODO: check -- cgit v1.2.3