aboutsummaryrefslogtreecommitdiff
path: root/SgraphP.h
diff options
context:
space:
mode:
Diffstat (limited to 'SgraphP.h')
-rw-r--r--SgraphP.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/SgraphP.h b/SgraphP.h
index 2060b48..877a51c 100644
--- a/SgraphP.h
+++ b/SgraphP.h
@@ -18,18 +18,15 @@
#ifndef _SgraphP_h
#define _SgraphP_h
+#include <X11/extensions/Xdbe.h>
#include "Sgraph.h"
typedef struct {
Pixel foreground;
Boolean mirror;
- int *data;
+ int *values;
size_t size;
size_t samples;
- /*
- XtCallbackProc data;
- XtCallbackProc fft;
- */
XdbeBackBuffer backBuf;
GC foreGC;