summaryrefslogtreecommitdiffstats
path: root/Settings.h
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2018-01-28 17:06:53 -0200
committerHisham Muhammad <hisham@gobolinux.org>2018-02-26 20:13:09 -0300
commit2df1f61d7738fb8b66afdb54068222dde3484b8a (patch)
tree16ff7e0d510b2ada20e5e4252876cbef6c61cb65 /Settings.h
parente6c98b6e8ee232d6cb7f79126fcb1c551af22cee (diff)
Screens: Fix "New Screen" option
Diffstat (limited to 'Settings.h')
-rw-r--r--Settings.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Settings.h b/Settings.h
index eccdae55..9687e12f 100644
--- a/Settings.h
+++ b/Settings.h
@@ -74,6 +74,8 @@ typedef struct Settings_ {
void Settings_delete(Settings* this);
+ScreenSettings* Settings_newScreen(Settings* this, const char* name, const char* line);
+
bool Settings_write(Settings* this);
Settings* Settings_new(int cpuCount);

© 2014-2024 Faster IT GmbH | imprint | privacy policy