summaryrefslogtreecommitdiff
path: root/src/gmdocument.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gmdocument.h')
-rw-r--r--src/gmdocument.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/gmdocument.h b/src/gmdocument.h
index 92f62ba4..1909460f 100644
--- a/src/gmdocument.h
+++ b/src/gmdocument.h
@@ -44,10 +44,7 @@ enum iGmDocumentTheme {
44 highContrast_GmDocumentTheme, 44 highContrast_GmDocumentTheme,
45}; 45};
46 46
47iLocalDef iBool isDark_GmDocumentTheme(enum iGmDocumentTheme d) { 47iBool isDark_GmDocumentTheme(enum iGmDocumentTheme);
48 return d == colorfulDark_GmDocumentTheme || d == black_GmDocumentTheme ||
49 d == gray_GmDocumentTheme;
50}
51 48
52typedef uint16_t iGmLinkId; 49typedef uint16_t iGmLinkId;
53 50