Made Mandelbrot window single buffered again

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7861 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Matthias Melcher 2010-11-16 20:13:17 +00:00
parent bc1928bbc0
commit 8224a775ac
2 changed files with 2 additions and 1 deletions

View File

@ -695,3 +695,4 @@ to output symbols for functions that are likely inlined as well)
> nm -g -j lib/libfltk.a | c++filt | sort -u | more
> ally hook bridge hitch span bond hookup joint weld

View File

@ -12,7 +12,7 @@ class Drawing_Window {open
Function {make_window()} {open return_type void
} {
Fl_Window window {open selected
xywh {178 479 450 520} type Double resizable
xywh {178 479 450 520} type Single resizable
code0 {o->size_range(220,220);} visible
} {
Fl_Box d {