From f37347dd6ed73f180116e100de46cbe33ce19598 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sun, 19 Mar 2023 20:04:01 +0100 Subject: Fix and consolidate settings dialogs (#346, #703) --- fluid/shell_command.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'fluid/shell_command.h') diff --git a/fluid/shell_command.h b/fluid/shell_command.h index 530b34310..cfd7b6579 100644 --- a/fluid/shell_command.h +++ b/fluid/shell_command.h @@ -20,6 +20,8 @@ #include #include +#include + #if defined(_WIN32) && !defined(__CYGWIN__) # include # include @@ -32,8 +34,6 @@ #endif void show_shell_window(); -void update_shell_window(); -void apply_shell_window(); void do_shell_command(class Fl_Return_Button*, void*); typedef struct { @@ -45,7 +45,7 @@ extern Shell_Settings shell_settings_windows; extern Shell_Settings shell_settings_linux; extern Shell_Settings shell_settings_macos; -extern char *g_shell_command; +extern Fl_String g_shell_command; extern int g_shell_save_fl; extern int g_shell_save_code; extern int g_shell_save_strings; -- cgit v1.2.3