summaryrefslogtreecommitdiff
path: root/src/ui/linkinfo.h
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-12-25 14:36:57 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-12-25 14:36:57 +0200
commit2007dc961480151721e646aac468a0ae5639b18f (patch)
tree0041ce7231fd2aa1444465934848f3bbe6a182cb /src/ui/linkinfo.h
parent11a3590215674b9b1278629f24954ed1e5f586a3 (diff)
Mobile: Link info in context menu
Diffstat (limited to 'src/ui/linkinfo.h')
-rw-r--r--src/ui/linkinfo.h2
1 files changed, 2 insertions, 0 deletions
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
41 int maxWidth); /* returns true if changed */ 41 int maxWidth); /* returns true if changed */
42void invalidate_LinkInfo (iLinkInfo *); 42void invalidate_LinkInfo (iLinkInfo *);
43 43
44void infoText_LinkInfo (const iGmDocument *doc, iGmLinkId linkId, iString *text_out);
45
44iInt2 size_LinkInfo (const iLinkInfo *); 46iInt2 size_LinkInfo (const iLinkInfo *);
45void draw_LinkInfo (const iLinkInfo *, iInt2 topLeft); 47void draw_LinkInfo (const iLinkInfo *, iInt2 topLeft);