aboutsummaryrefslogtreecommitdiff
path: root/SgraphP.h
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2014-09-14 21:14:19 +0000
committerDimitri Sokolyuk <demon@dim13.org>2014-09-14 21:14:19 +0000
commitfb2b511cb071b44dbfdf26dac9bb0a50d26f13f5 (patch)
tree5318ac42cfd0bce6ec1660076927ddecf37f3741 /SgraphP.h
parent01fd750886454e939fee1c029d1a55b53aeaa97a (diff)
add some test pattern
Diffstat (limited to 'SgraphP.h')
-rw-r--r--SgraphP.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/SgraphP.h b/SgraphP.h
index d6ca5a0..420b0c4 100644
--- a/SgraphP.h
+++ b/SgraphP.h
@@ -41,6 +41,9 @@ typedef struct {
Pixel foreground;
Pixel background;
Boolean mirror;
+
+ GC foreGC;
+ GC backGC;
} SgraphPart;
typedef struct _SgraphRec {