summaryrefslogtreecommitdiff
path: root/src/Fl_x.cxx
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2016-03-24 06:19:10 +0000
committerManolo Gouy <Manolo>2016-03-24 06:19:10 +0000
commit1778ee8831c00599b31390b61e687bd6b06bcb19 (patch)
tree42a53f4eddca1ac923f67130d2e9f1960767a5e5 /src/Fl_x.cxx
parent6e141d14dfe367098d233a99d55221f357cbb684 (diff)
Fix the implementation of Fl_Window::default_icons(const Fl_RGB_Image *icons[], int count) under the driver model.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11417 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_x.cxx')
-rw-r--r--src/Fl_x.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_x.cxx b/src/Fl_x.cxx
index 26a399f1f..068588471 100644
--- a/src/Fl_x.cxx
+++ b/src/Fl_x.cxx
@@ -2708,7 +2708,7 @@ static void icons_to_property(const Fl_RGB_Image *icons[], int count,
}
}
-void Fl_X::set_default_icons(const Fl_RGB_Image *icons[], int count) {
+void Fl_Window_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;