aboutsummaryrefslogtreecommitdiff
path: root/SgraphP.h
diff options
context:
space:
mode:
Diffstat (limited to 'SgraphP.h')
-rw-r--r--SgraphP.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/SgraphP.h b/SgraphP.h
index b917fd1..7f6a100 100644
--- a/SgraphP.h
+++ b/SgraphP.h
@@ -41,7 +41,9 @@ typedef struct {
Pixel foreground;
Pixel background;
Boolean mirror;
- XtPointer data;
+ XtPointer leftData;
+ XtPointer rightData;
+ Cardinal sizeData;
GC foreGC;
GC backGC;