diff options
| author | Matthias Melcher <git@matthiasm.com> | 2020-01-14 19:22:03 +0100 |
|---|---|---|
| committer | Matthias Melcher <git@matthiasm.com> | 2020-01-14 19:22:03 +0100 |
| commit | afcc79c3f7d5ffd9f9bd2185494688a5d5927aab (patch) | |
| tree | 667156480c4b8c5eef936b47ed5103e3c137565f /test | |
| parent | ed80d9cef0c321012c65c31104be66dc64bf2fad (diff) | |
| parent | d598f9ea06f610053cd16b51cbe1aa477c8501ef (diff) | |
Merge remote-tracking branch 'refs/remotes/origin/master'
Diffstat (limited to 'test')
| -rw-r--r-- | test/device.cxx | 4 |
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(); |
