aboutsummaryrefslogtreecommitdiff
path: root/SgraphP.h
diff options
context:
space:
mode:
Diffstat (limited to 'SgraphP.h')
-rw-r--r--SgraphP.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/SgraphP.h b/SgraphP.h
index 9c507c6..7a08950 100644
--- a/SgraphP.h
+++ b/SgraphP.h
@@ -41,12 +41,13 @@ typedef struct {
Pixel background;
Pixel foreground;
Boolean mirror;
- double *leftData;
- double *rightData;
- int size;
- int samples;
+ int *data;
+ size_t size;
+ size_t samples;
+ /*
XtCallbackProc data;
XtCallbackProc fft;
+ */
XdbeBackBuffer backBuf;
GC foreGC;