summaryrefslogtreecommitdiff
path: root/src/defs.h
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-05-28 15:03:47 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-05-28 15:03:47 +0300
commit47024a3bd5f9b9173319a0c345e546bb573daf56 (patch)
tree43c27e7975613c83b7ed040a55956842b0d7405b /src/defs.h
parent3f06ba4868c974e86d616dc3049c2e5f5402e83f (diff)
Gempub: Linear navigation with left/right arrow keys
Diffstat (limited to 'src/defs.h')
-rw-r--r--src/defs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/defs.h b/src/defs.h
index d592abb2..d16c56f5 100644
--- a/src/defs.h
+++ b/src/defs.h
@@ -36,6 +36,8 @@ enum iFileVersion {
36 36
37/* Icons */ 37/* Icons */
38 38
39#define rightArrowhead_Icon "\u27a4"
40#define leftArrowhead_Icon "\u27a4"
39#define warning_Icon "\u26a0" 41#define warning_Icon "\u26a0"
40#define openLock_Icon "\U0001f513" 42#define openLock_Icon "\U0001f513"
41#define closedLock_Icon "\U0001f512" 43#define closedLock_Icon "\U0001f512"