From 2007dc961480151721e646aac468a0ae5639b18f Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Sat, 25 Dec 2021 14:36:57 +0200 Subject: Mobile: Link info in context menu --- src/ui/linkinfo.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/ui/linkinfo.h') diff --git a/src/ui/linkinfo.h b/src/ui/linkinfo.h index a1669f95..38b90b87 100644 --- a/src/ui/linkinfo.h +++ b/src/ui/linkinfo.h @@ -41,5 +41,7 @@ iBool update_LinkInfo (iLinkInfo *, const iGmDocument *doc, iGmLinkId link int maxWidth); /* returns true if changed */ void invalidate_LinkInfo (iLinkInfo *); +void infoText_LinkInfo (const iGmDocument *doc, iGmLinkId linkId, iString *text_out); + iInt2 size_LinkInfo (const iLinkInfo *); void draw_LinkInfo (const iLinkInfo *, iInt2 topLeft); -- cgit v1.2.3