aboutsummaryrefslogtreecommitdiff
path: root/SgraphP.h
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2014-09-14 22:36:49 +0000
committerDimitri Sokolyuk <demon@dim13.org>2014-09-14 22:36:49 +0000
commitfe084caaf0a8f4270ce3f814003b86d221fca6ea (patch)
tree6bd50ac335c22864621e34bbf907f06c77e1a5f7 /SgraphP.h
parent3c987d9a2f98e1d10cd9ab3f9baf40b59f80190a (diff)
add some test stuff
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 {