diff options
author | Jorge Arellano Cid <jcid@dillo.org> | 2011-05-13 14:14:43 -0400 |
---|---|---|
committer | Jorge Arellano Cid <jcid@dillo.org> | 2011-05-13 14:14:43 -0400 |
commit | 0b50246dca460726123406508b59a01a308856ac (patch) | |
tree | 9fcba61d219901c67a22e2a4dee8ba3510c5e9ac /test/dw_ui_test.cc | |
parent | 680ea8034bc88a5894d53a67fa65c595bde3e064 (diff) |
Avoid lots of flicker while resizing the window
(when "buffered_drawing" is set to 0 or 1)
Diffstat (limited to 'test/dw_ui_test.cc')
-rw-r--r-- | test/dw_ui_test.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/dw_ui_test.cc b/test/dw_ui_test.cc index 57368fab..dee2809d 100644 --- a/test/dw_ui_test.cc +++ b/test/dw_ui_test.cc @@ -44,6 +44,7 @@ int main(int argc, char **argv) Layout *layout = new Layout (platform); Fl_Window *window = new Fl_Window(400, 400, "Dw UI Test"); + window->box(FL_NO_BOX); window->begin(); FltkViewport *viewport = new FltkViewport (0, 0, 400, 400); |