From 043db9ece0fd2d2ea8ac02e7fa2fbc2ed371415e Mon Sep 17 00:00:00 2001 From: Adrian Lees Date: Fri, 15 Apr 2005 05:52:11 +0000 Subject: [project @ 2005-04-15 05:52:11 by adrianl] Text selection svn path=/import/netsurf/; revision=1636 --- render/box.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'render/box.h') diff --git a/render/box.h b/render/box.h index fe67e8fb3..bcdf79005 100644 --- a/render/box.h +++ b/render/box.h @@ -141,6 +141,8 @@ struct box { int min_width; int max_width; /**< Width that would be taken with no line breaks. */ + unsigned byte_offset; /**< byte offset within a textual representation of this content */ + char *text; /**< Text, or 0 if none. Unterminated. */ size_t length; /**< Length of text. */ -- cgit v1.2.3