From 987d58dfaf4030f43b2a8854e2d246f75465cc57 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Thu, 26 May 2005 09:34:56 +0200 Subject: new stream api --- include/fitz/tree.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'include/fitz/tree.h') diff --git a/include/fitz/tree.h b/include/fitz/tree.h index ced3b491..9f76f167 100644 --- a/include/fitz/tree.h +++ b/include/fitz/tree.h @@ -1,3 +1,10 @@ +/* + * The display tree is at the center of attention in Fitz. + * The tree and most of its minor nodes. + * Paths and text nodes are found elsewhere. + * Resources used are also found elsewhere. + */ + typedef struct fz_tree_s fz_tree; typedef struct fz_node_s fz_node; -- cgit v1.2.3