diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-07-17 08:59:20 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-07-17 08:59:20 +0300 |
commit | 7e536572b602cba180ad4e85bd9c071479f6fa22 (patch) | |
tree | 6684609ee55ace94b3a65a48667f6c13a5cb12db /src/defs.h | |
parent | 49656e357eb9741e8d44ae01d96268312e6fdc83 (diff) |
GmDocument: Link scheme flags
A better way to keep track of the scheme used in a link.
Diffstat (limited to 'src/defs.h')
-rw-r--r-- | src/defs.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -72,6 +72,7 @@ enum iScrollType { | |||
72 | #define whiteStar_Icon "\u2606" | 72 | #define whiteStar_Icon "\u2606" |
73 | #define person_Icon "\U0001f464" | 73 | #define person_Icon "\U0001f464" |
74 | #define download_Icon "\u2ba7" | 74 | #define download_Icon "\u2ba7" |
75 | #define upload_Icon "\u2ba5" | ||
75 | #define export_Icon "\U0001f4e4" | 76 | #define export_Icon "\U0001f4e4" |
76 | #define hourglass_Icon "\u231b" | 77 | #define hourglass_Icon "\u231b" |
77 | #define timer_Icon "\u23f2" | 78 | #define timer_Icon "\u23f2" |