diff --git a/Fltk/optionWindow.cpp b/Fltk/optionWindow.cpp index 1fc37c51e362e3ffa493636f0e657ab19cd04ce3..3634680baf8c2cae73b4007211aaeebc5af41c20 100644 --- a/Fltk/optionWindow.cpp +++ b/Fltk/optionWindow.cpp @@ -130,6 +130,7 @@ Fl_Menu_Item menu_font_names[] = { {"Courier-BoldOblique", 0, 0, (void*)FL_COURIER_BOLD_ITALIC}, {"Symbol", 0, 0, (void*)FL_SYMBOL}, {"ZapfDingbats", 0, 0, (void*)FL_ZAPF_DINGBATS}, + {"Screen", 0, 0, (void*)FL_SCREEN}, {0} }; diff --git a/Fltk/optionWindow.h b/Fltk/optionWindow.h index 0e678928b2f5b8f5f7937edda45c8cfa9a2d4d32..b7dea7bee4a310340700d59ec53b77d95ec36316 100644 --- a/Fltk/optionWindow.h +++ b/Fltk/optionWindow.h @@ -22,7 +22,7 @@ #include "colorbarWindow.h" #include "gamepadWindow.h" -#define NUM_FONTS 14 +#define NUM_FONTS 15 extern Fl_Menu_Item menu_font_names[]; class optionWindow{