summaryrefslogtreecommitdiff
path: root/fluid/shell_command.h
diff options
context:
space:
mode:
authorMatthias Melcher <github@matthiasm.com>2023-11-30 15:02:15 +0100
committerMatthias Melcher <github@matthiasm.com>2023-11-30 15:02:21 +0100
commit2025481f8c19fd73a611e517a0c91c15d7ed390a (patch)
treea6ae01c2e3cb4b4f0b2f5441f5a7441aa8fde0f8 /fluid/shell_command.h
parenta1a3a3109078d5920985066858d6747844d560c4 (diff)
FLUID: Add dialog box when processes are still runing when user tries to quit.
Diffstat (limited to 'fluid/shell_command.h')
-rw-r--r--fluid/shell_command.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fluid/shell_command.h b/fluid/shell_command.h
index 84de3630a..353874dfd 100644
--- a/fluid/shell_command.h
+++ b/fluid/shell_command.h
@@ -43,6 +43,7 @@ char preferences_get(Fl_Preferences &prefs, const char *key, Fl_String &value, c
char preferences_set(Fl_Preferences &prefs, const char *key, const Fl_String &value);
void run_shell_command(const Fl_String &cmd, int flags);
+bool shell_command_running(void);
class Fl_Process {
public: