From 6cebb96d65bd1042b9cda2d6123e0b0f910229e2 Mon Sep 17 00:00:00 2001 From: edgrif <edgrif> Date: Tue, 16 Feb 2010 10:36:04 +0000 Subject: [PATCH] fix enum. --- src/zmapWindow/items/zmapWindowSequenceFeature.h | 8 ++++---- src/zmapWindow/items/zmapWindowSequenceFeature_I.h | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/zmapWindow/items/zmapWindowSequenceFeature.h b/src/zmapWindow/items/zmapWindowSequenceFeature.h index 3f6b571fb..baa6c7d5b 100755 --- a/src/zmapWindow/items/zmapWindowSequenceFeature.h +++ b/src/zmapWindow/items/zmapWindowSequenceFeature.h @@ -27,9 +27,9 @@ * * Exported functions: See XXXXXXXXXXXXX.h * HISTORY: - * Last edited: Jul 27 12:38 2009 (rds) + * Last edited: Feb 16 09:58 2010 (edgrif) * Created: Wed Dec 3 08:44:06 2008 (rds) - * CVS info: $Id: zmapWindowSequenceFeature.h,v 1.5 2009-12-15 13:49:12 mh17 Exp $ + * CVS info: $Id: zmapWindowSequenceFeature.h,v 1.6 2010-02-16 10:36:04 edgrif Exp $ *------------------------------------------------------------------- */ @@ -49,10 +49,10 @@ #define ZMAP_WINDOW_SEQUENCE_FEATURE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), ZMAP_TYPE_WINDOW_SEQUENCE_FEATURE, zmapWindowSequenceFeatureClass)) -enum +typedef enum { ZMAP_WINDOW_SEQUENCE_0 = 0, /* invalid */ - }; + } ZMapWindowSequenceFeatureType ; /* Instance */ diff --git a/src/zmapWindow/items/zmapWindowSequenceFeature_I.h b/src/zmapWindow/items/zmapWindowSequenceFeature_I.h index ef62eee71..9e7704d50 100755 --- a/src/zmapWindow/items/zmapWindowSequenceFeature_I.h +++ b/src/zmapWindow/items/zmapWindowSequenceFeature_I.h @@ -27,9 +27,9 @@ * * Exported functions: See XXXXXXXXXXXXX.h * HISTORY: - * Last edited: Jun 18 10:46 2009 (rds) + * Last edited: Feb 16 09:58 2010 (edgrif) * Created: Wed Dec 3 08:25:28 2008 (rds) - * CVS info: $Id: zmapWindowSequenceFeature_I.h,v 1.3 2009-06-19 10:48:33 rds Exp $ + * CVS info: $Id: zmapWindowSequenceFeature_I.h,v 1.4 2010-02-16 10:36:19 edgrif Exp $ *------------------------------------------------------------------- */ @@ -39,11 +39,11 @@ #include <zmapWindowSequenceFeature.h> #include <zmapWindowCanvasItem_I.h> -enum +typedef enum { SEQUENCE_SELECTED_SIGNAL, SEQUENCE_LAST_SIGNAL, - }; + } ZMapWindowSequenceFeatureSignalType ; typedef struct _zmapWindowSequenceFeatureClassStruct { -- GitLab