From 068539d8dbe1259e9d3fd6d199f8ffabb2e044b3 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Mon, 29 Sep 2014 11:19:47 +0000 Subject: semi-working prototype --- SgraphP.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'SgraphP.h') 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; -- cgit v1.2.3