diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2020-09-27 10:02:28 +0200 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2020-09-27 10:02:39 +0200 |
| commit | 06504e1840e8c8d316022f817f6b6b4dc2def00d (patch) | |
| tree | 81f4ab287430cbc62fffcad801b143f3f0c9c72a /fluid/alignment_panel.h | |
| parent | d20c68a4954f975f8a84306ab5d05b34e459ecff (diff) | |
Add Fl_Option::OPTION_SHOW_SCALING to fluid's "Global FLTK Settings".
Diffstat (limited to 'fluid/alignment_panel.h')
| -rw-r--r-- | fluid/alignment_panel.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fluid/alignment_panel.h b/fluid/alignment_panel.h index c7f4549ae..e2a9bdc03 100644 --- a/fluid/alignment_panel.h +++ b/fluid/alignment_panel.h @@ -107,6 +107,7 @@ extern Fl_Choice *wShowTooltips; extern Fl_Choice *wDNDText; extern Fl_Choice *wGTKText; extern Fl_Choice *wPrintGTKText; +extern Fl_Choice *wShowZoomFactor; extern Fl_Choice *wUserOrSystem; Fl_Double_Window* make_global_settings_window(); extern Fl_Menu_Item menu_wVisibleFocus[]; @@ -115,5 +116,6 @@ extern Fl_Menu_Item menu_wShowTooltips[]; extern Fl_Menu_Item menu_wDNDText[]; extern Fl_Menu_Item menu_wGTKText[]; extern Fl_Menu_Item menu_wPrintGTKText[]; +extern Fl_Menu_Item menu_wShowZoomFactor[]; extern Fl_Menu_Item menu_wUserOrSystem[]; #endif |
