aboutsummaryrefslogtreecommitdiff
path: root/SgraphP.h
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2014-09-29 11:19:47 +0000
committerDimitri Sokolyuk <demon@dim13.org>2014-09-29 11:19:47 +0000
commit068539d8dbe1259e9d3fd6d199f8ffabb2e044b3 (patch)
treeb7a475c3d0fc32b8ae23a84ad69685c798b03bcb /SgraphP.h
parent6e1f4abab272d451f3a5ce3824eda832ffba107b (diff)
semi-working prototype
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;