summaryrefslogtreecommitdiff
path: root/fluid/shell_command.h
diff options
context:
space:
mode:
authorMatthias Melcher <github@matthiasm.com>2023-03-19 20:04:01 +0100
committerGitHub <noreply@github.com>2023-03-19 20:04:01 +0100
commitf37347dd6ed73f180116e100de46cbe33ce19598 (patch)
tree5f98b4914544ad065243a81a4e481e3c4e598fa8 /fluid/shell_command.h
parentf9004352b42b3b039c391d5a8c83930c9b49b53a (diff)
Fix and consolidate settings dialogs (#346, #703)
Diffstat (limited to 'fluid/shell_command.h')
-rw-r--r--fluid/shell_command.h6
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;