summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/.gitignore1
-rw-r--r--test/makedepend31
-rw-r--r--test/sudoku.cxx2
3 files changed, 33 insertions, 1 deletions
diff --git a/test/.gitignore b/test/.gitignore
index 0c1ef9d61..ea265dd43 100644
--- a/test/.gitignore
+++ b/test/.gitignore
@@ -68,6 +68,7 @@ input_choice
keyboard
label
line_style
+line_style_docs
list_visuals
mandelbrot
menubar
diff --git a/test/makedepend b/test/makedepend
index b808751db..67a3d5618 100644
--- a/test/makedepend
+++ b/test/makedepend
@@ -1391,6 +1391,8 @@ input_choice.o: ../FL/Fl_Bitmap.H
input_choice.o: ../FL/Fl_Button.H
input_choice.o: ../FL/Fl_Cairo.H
input_choice.o: ../FL/fl_casts.H
+input_choice.o: ../FL/Fl_Check_Button.H
+input_choice.o: ../FL/Fl_Choice.H
input_choice.o: ../FL/fl_config.h
input_choice.o: ../FL/Fl_Double_Window.H
input_choice.o: ../FL/Fl_Export.H
@@ -1399,11 +1401,14 @@ input_choice.o: ../FL/Fl_Image.H
input_choice.o: ../FL/Fl_Input.H
input_choice.o: ../FL/Fl_Input_.H
input_choice.o: ../FL/Fl_Input_Choice.H
+input_choice.o: ../FL/Fl_Light_Button.H
input_choice.o: ../FL/Fl_Menu_.H
input_choice.o: ../FL/Fl_Menu_Button.H
input_choice.o: ../FL/Fl_Menu_Item.H
input_choice.o: ../FL/Fl_Multi_Label.H
input_choice.o: ../FL/Fl_Rect.H
+input_choice.o: ../FL/Fl_Scheme.H
+input_choice.o: ../FL/Fl_Scheme_Choice.H
input_choice.o: ../FL/Fl_Scrollbar.H
input_choice.o: ../FL/Fl_Terminal.H
input_choice.o: ../FL/fl_types.h
@@ -1503,6 +1508,32 @@ line_style.o: ../FL/Fl_Value_Slider.H
line_style.o: ../FL/Fl_Widget.H
line_style.o: ../FL/Fl_Window.H
line_style.o: ../FL/platform_types.h
+line_style_docs.o: ../FL/Enumerations.H
+line_style_docs.o: ../FL/Fl.H
+line_style_docs.o: ../FL/fl_attr.h
+line_style_docs.o: ../FL/Fl_Bitmap.H
+line_style_docs.o: ../FL/Fl_Box.H
+line_style_docs.o: ../FL/Fl_Cairo.H
+line_style_docs.o: ../FL/fl_casts.H
+line_style_docs.o: ../FL/fl_config.h
+line_style_docs.o: ../FL/Fl_Device.H
+line_style_docs.o: ../FL/Fl_Double_Window.H
+line_style_docs.o: ../FL/fl_draw.H
+line_style_docs.o: ../FL/Fl_Export.H
+line_style_docs.o: ../FL/Fl_Graphics_Driver.H
+line_style_docs.o: ../FL/Fl_Grid.H
+line_style_docs.o: ../FL/Fl_Group.H
+line_style_docs.o: ../FL/Fl_Image.H
+line_style_docs.o: ../FL/Fl_Pixmap.H
+line_style_docs.o: ../FL/Fl_Plugin.H
+line_style_docs.o: ../FL/Fl_Preferences.H
+line_style_docs.o: ../FL/Fl_Rect.H
+line_style_docs.o: ../FL/Fl_RGB_Image.H
+line_style_docs.o: ../FL/fl_types.h
+line_style_docs.o: ../FL/fl_utf8.h
+line_style_docs.o: ../FL/Fl_Widget.H
+line_style_docs.o: ../FL/Fl_Window.H
+line_style_docs.o: ../FL/platform_types.h
list_visuals.o: ../config.h
list_visuals.o: ../FL/Enumerations.H
list_visuals.o: ../FL/fl_config.h
diff --git a/test/sudoku.cxx b/test/sudoku.cxx
index 6d7b85eb1..c0d6bfd43 100644
--- a/test/sudoku.cxx
+++ b/test/sudoku.cxx
@@ -1288,7 +1288,7 @@ Sudoku::restart_cb(Fl_Widget *widget, void *) {
}
}
- if (solved)
+ if (solved)
sudoku->new_game(sudoku->seed_);
else
sudoku->clear_undo();