From 4ffec70f50b1019dfb312b5d6f5c6324b203a8cb Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Tue, 30 Sep 2014 20:41:38 +0000 Subject: rename XtNdata to XtNvalues to minimize the confusion --- SgraphP.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'SgraphP.h') 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 #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; -- cgit v1.2.3