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-17 15:30:15 -0200
commitb63d0d04db903701a09d5b7674cdca925835c17f (patch)
tree3dee8842df07790e41f0614bb752865f5b6fd718 /Settings.h
parent117cc515fc95d1c5ced1b4f179bbcc3f8baad207 (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