aboutsummaryrefslogtreecommitdiff
path: root/SgraphP.h
diff options
context:
space:
mode:
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 {