diff options
Diffstat (limited to 'fluid/shell_command.h')
| -rw-r--r-- | fluid/shell_command.h | 6 |
1 files changed, 3 insertions, 3 deletions
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 <stdio.h> #include <stdlib.h> +#include <FL/Fl_String.H> + #if defined(_WIN32) && !defined(__CYGWIN__) # include <direct.h> # include <windows.h> @@ -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; |
