diff options
| author | Matthias Melcher <github@matthiasm.com> | 2023-11-15 13:02:48 +0100 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2023-11-15 13:02:48 +0100 |
| commit | dd8ac4d55755175ead0fa10a958a219d299948ae (patch) | |
| tree | c47a8844b416f9929b9e480a94df043ea4cdb296 /fluid/alignment_panel.h | |
| parent | dd1c2fc843c4365628a6190fbebdae2ee92b2422 (diff) | |
FLUID: Replaces Fl_Simple_Terminal with Fl_Terminal
Diffstat (limited to 'fluid/alignment_panel.h')
| -rw-r--r-- | fluid/alignment_panel.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fluid/alignment_panel.h b/fluid/alignment_panel.h index 8c018ebda..de30e014f 100644 --- a/fluid/alignment_panel.h +++ b/fluid/alignment_panel.h @@ -130,8 +130,8 @@ extern Fl_Menu_Item menu_Condition[]; extern Fl_Menu_Item menu_w_settings_shell_text_macros[]; extern Fl_Menu_Item menu_i18n_type_chooser[]; extern Fl_Double_Window *shell_run_window; -#include <FL/Fl_Simple_Terminal.H> -extern Fl_Simple_Terminal *shell_run_terminal; +#include <FL/Fl_Terminal.H> +extern Fl_Terminal *shell_run_terminal; extern Fl_Return_Button *shell_run_button; Fl_Double_Window* make_shell_window(); #endif |
