From bbf0ea664dbc9d0b6faa29e3b9752fec6a094bba Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sat, 21 Oct 2023 18:41:51 +0200 Subject: Removes dependency on Fl_Preferences::get/set(.., Fl_String, ...) --- fluid/shell_command.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'fluid/shell_command.h') diff --git a/fluid/shell_command.h b/fluid/shell_command.h index ea39375f2..e2e553d7b 100644 --- a/fluid/shell_command.h +++ b/fluid/shell_command.h @@ -37,6 +37,10 @@ struct Fl_Menu_Item; class Fl_Widget; +class Fl_Preferences; + +char preferences_get(Fl_Preferences &prefs, const char *key, Fl_String &value, const Fl_String &defaultValue); +char preferences_set(Fl_Preferences &prefs, const char *key, const Fl_String &value); void run_shell_command(const Fl_String &cmd, int flags); -- cgit v1.2.3