aboutsummaryrefslogtreecommitdiff
path: root/SgraphP.h
diff options
context:
space:
mode:
Diffstat (limited to 'SgraphP.h')
-rw-r--r--SgraphP.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/SgraphP.h b/SgraphP.h
index cb0b209..b9597d5 100644
--- a/SgraphP.h
+++ b/SgraphP.h
@@ -41,9 +41,10 @@ typedef struct {
Pixel foreground;
Pixel background;
Boolean mirror;
- XtPointer leftData;
- XtPointer rightData;
- int sizeData;
+ double *leftData;
+ double *rightData;
+ int size;
+ int samples;
GC foreGC;
GC backGC;