Skip to content
Snippets Groups Projects
Commit 6cebb96d authored by edgrif's avatar edgrif
Browse files

fix enum.

parent 30870e1b
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
......
......@@ -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
{
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment