summaryrefslogtreecommitdiff
path: root/src/drivers/X11
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2019-03-25 18:47:29 +0100
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2019-03-25 18:47:29 +0100
commit499ec5c2915530bc3b0d72ef37ff74801cfc67a7 (patch)
tree38938c8818aa76fc01e439a367fb68d9d7167623 /src/drivers/X11
parent258116c5a61cf1861058ab5c4ef07ffe73fc4912 (diff)
Replace static void Fl_Window_Driver::default_icons() by virtual Fl_Screen_Driver::default_icons()
Diffstat (limited to 'src/drivers/X11')
-rw-r--r--src/drivers/X11/Fl_X11_Screen_Driver.H1
1 files changed, 1 insertions, 0 deletions
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);
};