From 2025481f8c19fd73a611e517a0c91c15d7ed390a Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Thu, 30 Nov 2023 15:02:15 +0100 Subject: FLUID: Add dialog box when processes are still runing when user tries to quit. --- fluid/shell_command.h | 1 + 1 file changed, 1 insertion(+) (limited to 'fluid/shell_command.h') 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: -- cgit v1.2.3