mirror of
https://github.com/fltk/fltk.git
synced 2026-05-31 22:04:26 +08:00
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:
@@ -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
|
> 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
|
Function {make_window()} {open return_type void
|
||||||
} {
|
} {
|
||||||
Fl_Window window {open selected
|
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
|
code0 {o->size_range(220,220);} visible
|
||||||
} {
|
} {
|
||||||
Fl_Box d {
|
Fl_Box d {
|
||||||
|
|||||||
Reference in New Issue
Block a user