diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/device.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/device.cxx b/test/device.cxx index c0fec4a1e..7557f225a 100644 --- a/test/device.cxx +++ b/test/device.cxx @@ -565,6 +565,7 @@ void copy(Fl_Widget *, void *data) { } rgb_surf = new Fl_Image_Surface(W, H, 1); rgb_surf->set_current(); + fl_color(FL_YELLOW);fl_rectf(0,0,1000,1000); if (decorated) rgb_surf->draw_decorated_window(target->as_window()); else |
