diff options
Diffstat (limited to 'src/app.c')
-rw-r--r-- | src/app.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1497,6 +1497,10 @@ iBool forceSoftwareRender_App(void) { | |||
1497 | return iFalse; | 1497 | return iFalse; |
1498 | } | 1498 | } |
1499 | 1499 | ||
1500 | void setForceSoftwareRender_App(iBool sw) { | ||
1501 | app_.forceSoftwareRender = sw; | ||
1502 | } | ||
1503 | |||
1500 | enum iColorTheme colorTheme_App(void) { | 1504 | enum iColorTheme colorTheme_App(void) { |
1501 | return app_.prefs.theme; | 1505 | return app_.prefs.theme; |
1502 | } | 1506 | } |