diff options
Diffstat (limited to 'src/Fl_x.cxx')
| -rw-r--r-- | src/Fl_x.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
