Mercurial > dillo_port1.3
diff test/dw_images_scaled2.cc @ 2012:bfb8bc9ddf62
Avoid lots of flicker while resizing the window
(when "buffered_drawing" is set to 0 or 1)
author | Jorge Arellano Cid <jcid@dillo.org> |
---|---|
date | Fri, 13 May 2011 14:14:43 -0400 |
parents | 553e63661ec1 |
children | 8cf59505bd0a |
line wrap: on
line diff
--- a/test/dw_images_scaled2.cc Thu May 12 07:56:42 2011 -0400 +++ b/test/dw_images_scaled2.cc Fri May 13 14:14:43 2011 -0400 @@ -73,6 +73,7 @@ layout = new Layout (platform); Fl_Window *window = new Fl_Window(410, 210, "Dw Scaled Image 2"); + window->box(FL_NO_BOX); window->begin(); FltkViewport *viewport = new FltkViewport (0, 0, 410, 210);