summaryrefslogtreecommitdiff
path: root/src/prefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/prefs.h')
-rw-r--r--src/prefs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/prefs.h b/src/prefs.h
index 0f604ee2..7185c8f9 100644
--- a/src/prefs.h
+++ b/src/prefs.h
@@ -47,6 +47,7 @@ struct Impl_Prefs {
47 enum iColorAccent accent; 47 enum iColorAccent accent;
48 iBool customFrame; /* when LAGRANGE_ENABLE_CUSTOM_FRAME is defined */ 48 iBool customFrame; /* when LAGRANGE_ENABLE_CUSTOM_FRAME is defined */
49 iBool retainWindowSize; 49 iBool retainWindowSize;
50 iBool uiAnimations;
50 float uiScale; 51 float uiScale;
51 int zoomPercent; 52 int zoomPercent;
52 iBool sideIcon; 53 iBool sideIcon;
@@ -69,6 +70,7 @@ struct Impl_Prefs {
69 iString gopherProxy; 70 iString gopherProxy;
70 iString httpProxy; 71 iString httpProxy;
71 /* Style */ 72 /* Style */
73 iString symbolFontPath;
72 enum iTextFont font; 74 enum iTextFont font;
73 enum iTextFont headingFont; 75 enum iTextFont headingFont;
74 iBool monospaceGemini; 76 iBool monospaceGemini;