diff options
Diffstat (limited to 'test/dw_example.cc')
-rw-r--r-- | test/dw_example.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/dw_example.cc b/test/dw_example.cc index 674252fe..c83878de 100644 --- a/test/dw_example.cc +++ b/test/dw_example.cc @@ -34,6 +34,7 @@ int main(int argc, char **argv) dw::core::Layout *layout = new dw::core::Layout (platform); Fl_Window *window = new Fl_Window(200, 300, "Dw Example"); + window->box(FL_NO_BOX); window->begin(); dw::fltk::FltkViewport *viewport = |