summaryrefslogtreecommitdiff
path: root/src/cairo-rtree-private.h
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2009-07-27 18:20:22 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2009-07-27 18:23:11 +0100
commit2da01ed552d48808cdf3aa7798ddfb959d016f0f (patch)
treebb46f2c408e93b5e1f0cc0e70969967d62d802f0 /src/cairo-rtree-private.h
parent9f6a0f5668601c74886378d6cdb9588621d30e6d (diff)
downloadcairo-2da01ed552d48808cdf3aa7798ddfb959d016f0f.tar.gz
[rtree] Merge the common unpin_and_evict_unused() routine
Having written the same method to prune glyphs from the rtree three times, I thought wise to add the common method to the core routines.
Diffstat (limited to 'src/cairo-rtree-private.h')
-rw-r--r--src/cairo-rtree-private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cairo-rtree-private.h b/src/cairo-rtree-private.h
index 72dc8ce73..33c6bc80d 100644
--- a/src/cairo-rtree-private.h
+++ b/src/cairo-rtree-private.h
@@ -51,6 +51,7 @@ enum {
typedef struct _cairo_rtree_node {
struct _cairo_rtree_node *children[4], *parent;
+ void **owner;
cairo_list_t link;
uint16_t pinned;
uint16_t state;