aboutsummaryrefslogtreecommitdiff
path: root/SgraphP.h
diff options
context:
space:
mode:
Diffstat (limited to 'SgraphP.h')
-rw-r--r--SgraphP.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/SgraphP.h b/SgraphP.h
index 420b0c4..e6274e1 100644
--- a/SgraphP.h
+++ b/SgraphP.h
@@ -44,6 +44,11 @@ typedef struct {
GC foreGC;
GC backGC;
+ GC maskGC;
+ GC clipGC;
+ Pixmap bg;
+ Pixmap mask;
+ Pixmap waterfall;
} SgraphPart;
typedef struct _SgraphRec {