summaryrefslogtreecommitdiff
path: root/src/prefs.h
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-10-20 21:48:51 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-10-20 21:48:51 +0300
commit8a2f5a0cab40986d7af88fc9eae7b3931f30fcc3 (patch)
treef0a32c0ef839dc34cfddae08b4eb4b930fdb7ecd /src/prefs.h
parent2052acf054291c2915ace9da9cc1a395c3abf832 (diff)
Added quote indicator preference
Also, added a command that gets posted when the mouse exits or enters the window area. This lets the hover outline to be updated accordingly.
Diffstat (limited to 'src/prefs.h')
-rw-r--r--src/prefs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/prefs.h b/src/prefs.h
index a19cc0ca..bfc0c174 100644
--- a/src/prefs.h
+++ b/src/prefs.h
@@ -25,6 +25,7 @@ struct Impl_Prefs {
25 int lineWidth; 25 int lineWidth;
26 iBool bigFirstParagraph; 26 iBool bigFirstParagraph;
27 iBool forceLineWrap; 27 iBool forceLineWrap;
28 iBool quoteIcon;
28 iBool sideIcon; 29 iBool sideIcon;
29 iBool hoverOutline; 30 iBool hoverOutline;
30 enum iGmDocumentTheme docThemeDark; 31 enum iGmDocumentTheme docThemeDark;