From fb38f92c3a5c29c568575df87f0c29e777ebd969 Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Mon, 29 Mar 2021 11:05:09 +0300 Subject: Improving alt text animation; cleaned up key shortcut labels Remove extra Plus signs from key shortcuts. --- src/gmdocument.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/gmdocument.h') diff --git a/src/gmdocument.h b/src/gmdocument.h index 14c5c85d..ce148164 100644 --- a/src/gmdocument.h +++ b/src/gmdocument.h @@ -213,3 +213,5 @@ const iString * title_GmDocument (const iGmDocument *); iChar siteIcon_GmDocument (const iGmDocument *); const iGmPreMeta *preMeta_GmDocument (const iGmDocument *, uint16_t preId); iInt2 preRunMargin_GmDocument (const iGmDocument *, uint16_t preId); +iBool preIsFolded_GmDocument (const iGmDocument *, uint16_t preId); +iBool preHasAltText_GmDocument(const iGmDocument *, uint16_t preId); -- cgit v1.2.3