diff options
Diffstat (limited to 'src/ui/linkinfo.h')
-rw-r--r-- | src/ui/linkinfo.h | 2 |
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 */ |
42 | void invalidate_LinkInfo (iLinkInfo *); | 42 | void invalidate_LinkInfo (iLinkInfo *); |
43 | 43 | ||
44 | void infoText_LinkInfo (const iGmDocument *doc, iGmLinkId linkId, iString *text_out); | ||
45 | |||
44 | iInt2 size_LinkInfo (const iLinkInfo *); | 46 | iInt2 size_LinkInfo (const iLinkInfo *); |
45 | void draw_LinkInfo (const iLinkInfo *, iInt2 topLeft); | 47 | void draw_LinkInfo (const iLinkInfo *, iInt2 topLeft); |