From fe084caaf0a8f4270ce3f814003b86d221fca6ea Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Sun, 14 Sep 2014 22:36:49 +0000 Subject: add some test stuff --- SgraphP.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'SgraphP.h') 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 { -- cgit v1.2.3