summaryrefslogtreecommitdiff
path: root/src/app.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/app.c')
-rw-r--r--src/app.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/app.c b/src/app.c
index e0cae4e8..5385491c 100644
--- a/src/app.c
+++ b/src/app.c
@@ -1497,6 +1497,10 @@ iBool forceSoftwareRender_App(void) {
1497 return iFalse; 1497 return iFalse;
1498} 1498}
1499 1499
1500void setForceSoftwareRender_App(iBool sw) {
1501 app_.forceSoftwareRender = sw;
1502}
1503
1500enum iColorTheme colorTheme_App(void) { 1504enum iColorTheme colorTheme_App(void) {
1501 return app_.prefs.theme; 1505 return app_.prefs.theme;
1502} 1506}