From 554e6135ec095f6d9b4925fd653c83ddc4052d42 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Sun, 12 Oct 2014 20:35:09 +0000 Subject: experimental, move allocation into parent widget --- Display.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'Display.h') 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; -- cgit v1.2.3