diff options
| author | Matthias Melcher <github@matthiasm.com> | 2023-10-21 18:41:51 +0200 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2023-10-21 18:41:57 +0200 |
| commit | bbf0ea664dbc9d0b6faa29e3b9752fec6a094bba (patch) | |
| tree | 4f7fa2f2f80ac75416e920420b313dbdc9e6841c /fluid/shell_command.h | |
| parent | 0c35212467f3b0d1aa632a1febb06c09f4b170f1 (diff) | |
Removes dependency on Fl_Preferences::get/set(.., Fl_String, ...)
Diffstat (limited to 'fluid/shell_command.h')
| -rw-r--r-- | fluid/shell_command.h | 4 |
1 files changed, 4 insertions, 0 deletions
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); |
