From 499ec5c2915530bc3b0d72ef37ff74801cfc67a7 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Mon, 25 Mar 2019 18:47:29 +0100 Subject: Replace static void Fl_Window_Driver::default_icons() by virtual Fl_Screen_Driver::default_icons() --- src/drivers/X11/Fl_X11_Screen_Driver.H | 1 + 1 file changed, 1 insertion(+) (limited to 'src/drivers/X11') diff --git a/src/drivers/X11/Fl_X11_Screen_Driver.H b/src/drivers/X11/Fl_X11_Screen_Driver.H index deaaafdcf..b348dfc3e 100644 --- a/src/drivers/X11/Fl_X11_Screen_Driver.H +++ b/src/drivers/X11/Fl_X11_Screen_Driver.H @@ -103,6 +103,7 @@ public: virtual void close_display(); // --- compute dimensions of an Fl_Offscreen virtual void offscreen_size(Fl_Offscreen o, int &width, int &height); + virtual void default_icons(const Fl_RGB_Image *icons[], int count); }; -- cgit v1.2.3