summaryrefslogtreecommitdiff
path: root/src/gmdocument.h
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-09-21 08:19:02 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-09-21 08:19:02 +0300
commit9721a5f46bd2e3b1cc564cf615ef716658ef9c1a (patch)
treead5a5197991ef7e7d4a6a44c954f8f946a5e9463 /src/gmdocument.h
parentfb01da68c401287376699409858d2b0ec507e52b (diff)
Added Prefs; placeholders for new options
Diffstat (limited to 'src/gmdocument.h')
-rw-r--r--src/gmdocument.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gmdocument.h b/src/gmdocument.h
index b453fba9..b16df677 100644
--- a/src/gmdocument.h
+++ b/src/gmdocument.h
@@ -35,6 +35,11 @@ iDeclareType(GmImageInfo)
35iDeclareType(GmHeading) 35iDeclareType(GmHeading)
36iDeclareType(GmRun) 36iDeclareType(GmRun)
37 37
38enum iGmDocumentTheme {
39 colorfulDark_GmDocumentTheme,
40 white_GmDocumentTheme,
41};
42
38typedef uint16_t iGmLinkId; 43typedef uint16_t iGmLinkId;
39 44
40enum iGmLinkFlags { 45enum iGmLinkFlags {