diff options
Diffstat (limited to 'Eyes.h')
-rw-r--r-- | Eyes.h | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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 */ |