mirror of https://github.com/fltk/fltk
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:
parent
bc1928bbc0
commit
8224a775ac
|
@ -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
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue