aboutsummaryrefslogtreecommitdiff
path: root/SgraphP.h
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2014-09-30 20:41:38 +0000
committerDimitri Sokolyuk <demon@dim13.org>2014-09-30 20:41:38 +0000
commit4ffec70f50b1019dfb312b5d6f5c6324b203a8cb (patch)
tree727a6a748a33e4ad08a1781e233ba5381bff2cb9 /SgraphP.h
parent3865629137d515d92dd62e5a2eb8390b846d0ee3 (diff)
rename XtNdata to XtNvalues to minimize the confusion
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;