diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-05-28 15:03:47 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-05-28 15:03:47 +0300 |
commit | 47024a3bd5f9b9173319a0c345e546bb573daf56 (patch) | |
tree | 43c27e7975613c83b7ed040a55956842b0d7405b /src/defs.h | |
parent | 3f06ba4868c974e86d616dc3049c2e5f5402e83f (diff) |
Gempub: Linear navigation with left/right arrow keys
Diffstat (limited to 'src/defs.h')
-rw-r--r-- | src/defs.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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" |