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/Fl_x.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Fl_x.cxx') diff --git a/src/Fl_x.cxx b/src/Fl_x.cxx index a2225319c..36418ffe8 100644 --- a/src/Fl_x.cxx +++ b/src/Fl_x.cxx @@ -2799,7 +2799,7 @@ static void icons_to_property(const Fl_RGB_Image *icons[], int count, } } -void Fl_Window_Driver::default_icons(const Fl_RGB_Image *icons[], int count) { +void Fl_X11_Screen_Driver::default_icons(const Fl_RGB_Image *icons[], int count) { if (default_net_wm_icons) { delete [] default_net_wm_icons; default_net_wm_icons = 0L; -- cgit v1.2.3