aboutsummaryrefslogtreecommitdiff
path: root/Sgraph.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 /Sgraph.h
parent60c1097c987fb516474cdae9f1f9d2bab6c3c6f1 (diff)
callback stub
Diffstat (limited to 'Sgraph.h')
-rw-r--r--Sgraph.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Sgraph.h b/Sgraph.h
index 13cb2c0..7bd05d5 100644
--- a/Sgraph.h
+++ b/Sgraph.h
@@ -55,6 +55,9 @@
#define XtNsize "size"
#define XtCsize "Size"
+#define XtNdataCallback "dataCallback"
+#define XtNfftCallback "fftCallback"
+
/* declare specific SgraphWidget class and instance datatypes */
typedef struct _SgraphClassRec *SgraphWidgetClass;
typedef struct _SgraphRec *SgraphWidget;