aboutsummaryrefslogtreecommitdiff
path: root/SgraphP.h
diff options
context:
space:
mode:
Diffstat (limited to 'SgraphP.h')
-rw-r--r--SgraphP.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/SgraphP.h b/SgraphP.h
index 8213bb9..d6ca5a0 100644
--- a/SgraphP.h
+++ b/SgraphP.h
@@ -38,8 +38,9 @@ typedef struct _SgraphClassRec {
extern SgraphClassRec sgraphClassRec;
typedef struct {
- char *resource;
- char *private;
+ Pixel foreground;
+ Pixel background;
+ Boolean mirror;
} SgraphPart;
typedef struct _SgraphRec {