summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/device.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/device.cxx b/test/device.cxx
index 94b7a7f25..964e4da84 100644
--- a/test/device.cxx
+++ b/test/device.cxx
@@ -754,6 +754,10 @@ int main(int argc, char ** argv) {
w3->end();
w2->end();
+ Fl_RGB_Image *rgba_icon = new Fl_RGB_Image(pixmap);
+ Fl_Window::default_icon(rgba_icon);
+ //w2->icon(rgba_icon);
+ delete rgba_icon;
w2->show(argc, argv);
Fl::run();