From 2e27e99d1992efc72bc186b8d0b679266f276e6c Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Tue, 30 Sep 2014 20:49:32 +0000 Subject: add two new resources for future use --- Display.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Display.h b/Display.h index a3716b9..93c01d8 100644 --- a/Display.h +++ b/Display.h @@ -6,6 +6,12 @@ #define XtNdata "data" #define XtCData "Data" +#define XtNround "round" +#define XtCRound "Round" + +#define XtNmaxRound "maxRound" +#define XtCMaxRound "MaxRound" + typedef struct _DisplayClassRec *DisplayWidgetClass; typedef struct _DisplayRec *DisplayWidget; -- cgit v1.2.3