summaryrefslogtreecommitdiffstats
path: root/xcftools.h
diff options
context:
space:
mode:
Diffstat (limited to 'xcftools.h')
-rw-r--r--xcftools.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/xcftools.h b/xcftools.h
index e05637a..5a1efcc 100644
--- a/xcftools.h
+++ b/xcftools.h
@@ -181,6 +181,9 @@ struct xcfLayer {
uint32_t propptr ;
struct xcfTiles pixels ;
struct xcfTiles mask ;
+ int isGroup ;
+ unsigned pathLength ;
+ unsigned *path ;
};
extern struct xcfImage {