aboutsummaryrefslogtreecommitdiff
path: root/SgraphP.h
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2014-09-18 16:19:39 +0000
committerDimitri Sokolyuk <demon@dim13.org>2014-09-18 16:19:39 +0000
commit33652e007609f316c2cb8543b88d4e38738b0957 (patch)
treed85bde96e6a5d2bd0e1a26822281df694759027f /SgraphP.h
parent60c1097c987fb516474cdae9f1f9d2bab6c3c6f1 (diff)
callback stub
Diffstat (limited to 'SgraphP.h')
-rw-r--r--SgraphP.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/SgraphP.h b/SgraphP.h
index 4f4b6bc..40a7c90 100644
--- a/SgraphP.h
+++ b/SgraphP.h
@@ -45,6 +45,8 @@ typedef struct {
double *rightData;
int size;
int samples;
+ XtCallbackProc data;
+ XtCallbackProc fft;
XdbeBackBuffer backBuf;
GC foreGC;