aboutsummaryrefslogtreecommitdiff
path: root/Display.h
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2014-10-12 20:35:09 +0000
committerDimitri Sokolyuk <demon@dim13.org>2014-10-12 20:35:09 +0000
commit554e6135ec095f6d9b4925fd653c83ddc4052d42 (patch)
tree037d3b6aebf75ebf5c2c9c293d648a614590bf3e /Display.h
parentb8fb4db3c197f8c8e972da735a29c74c0d32c6a8 (diff)
experimental, move allocation into parent widget
Diffstat (limited to 'Display.h')
-rw-r--r--Display.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/Display.h b/Display.h
index 83860dd..dea4849 100644
--- a/Display.h
+++ b/Display.h
@@ -9,11 +9,8 @@
#define XtNnumChannel "numChannel"
#define XtCNumChannel "NumChannel"
-#define XtNround "round"
-#define XtCRound "Round"
-
-#define XtNmaxRound "maxRound"
-#define XtCMaxRound "MaxRound"
+#define XtNnumSamples "numSamples"
+#define XtCNumSamples "NumSamples"
typedef struct _DisplayClassRec *DisplayWidgetClass;
typedef struct _DisplayRec *DisplayWidget;