aboutsummaryrefslogtreecommitdiff
path: root/Display.h
diff options
context:
space:
mode:
Diffstat (limited to 'Display.h')
-rw-r--r--Display.h6
1 files changed, 6 insertions, 0 deletions
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;