aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2014-09-30 20:49:32 +0000
committerDimitri Sokolyuk <demon@dim13.org>2014-09-30 20:49:32 +0000
commit2e27e99d1992efc72bc186b8d0b679266f276e6c (patch)
tree1ca417575118d54eb42dffade7f316dab478e93a
parent4ffec70f50b1019dfb312b5d6f5c6324b203a8cb (diff)
add two new resources for future use
-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;