Fix build problems in test directory - no more recursive dependencies for

demos that are partially built using FLUID.


git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1900 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Michael R Sweet
2001-12-30 05:16:10 +00:00
parent 3a904f07b7
commit 988bc9d95f
8 changed files with 78 additions and 50 deletions
+4 -3
View File
@@ -7,8 +7,9 @@ gridy 5
snap 3
Function {make_window()} {open
} {
Fl_Window my_window {open
Fl_Window my_window {selected
xywh {461 296 494 203}
code0 {\#include "keyboard.h"}
class MyWindow visible
} {
Fl_Button {} {
@@ -709,12 +710,12 @@ Function {make_window()} {open
}
Fl_Dial roller_x {
label {x:}
callback wheel_cb selected
callback wheel_cb
xywh {440 60 20 20} box ROUND_UP_BOX selection_color 49 labelsize 9 align 5 step 0.1
}
Fl_Dial roller_y {
label {y:}
callback wheel_cb selected
callback wheel_cb
xywh {460 60 20 20} box ROUND_UP_BOX selection_color 49 labelsize 9 align 5 step 0.1
}
}