[glide] Example enum: GlideShapeType...too lazy to make it do anything right now but mkenums works



commit da4d6dc13fc75cafc20236af259dada6aa2fc6a6
Author: Robert Carr <racarr Valentine localdomain>
Date:   Thu May 6 07:55:16 2010 -0400

    Example enum: GlideShapeType...too lazy to make it do anything right now but mkenums works

 libglide/glide-shape.h |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/libglide/glide-shape.h b/libglide/glide-shape.h
index ea08a6c..f14a67e 100644
--- a/libglide/glide-shape.h
+++ b/libglide/glide-shape.h
@@ -38,6 +38,10 @@ typedef struct _GlideShape        GlideShape;
 typedef struct _GlideShapePrivate GlideShapePrivate;
 typedef struct _GlideShapeClass   GlideShapeClass;
 
+typedef enum {
+  GLIDE_SHAPE_TYPE_RECTANGLE
+} GlideShapeType;
+
 struct _GlideShape
 {
   GlideActor           parent;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]