summaryrefslogtreecommitdiff
path: root/Eyes.h
diff options
context:
space:
mode:
Diffstat (limited to 'Eyes.h')
-rw-r--r--Eyes.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/Eyes.h b/Eyes.h
index 239a127..d9893a3 100644
--- a/Eyes.h
+++ b/Eyes.h
@@ -35,6 +35,19 @@
#define XtNshapeWindow "shapeWindow"
#define XtCShapeWindow "ShapeWindow"
+#define XtNrender "render"
+
+enum EyesPart {
+ PART_CLEAR = -1,
+
+ PART_OUTLINE,
+ PART_CENTER,
+ PART_PUPIL,
+
+ PART_SHAPE,
+ PART_MAX
+};
+
typedef struct _EyesRec *EyesWidget; /* completely defined in EyesPrivate.h */
typedef struct _EyesClassRec *EyesWidgetClass; /* completely defined in EyesPrivate.h */