Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
zmap
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ensembl-gh-mirror
zmap
Commits
6cebb96d
Commit
6cebb96d
authored
15 years ago
by
edgrif
Browse files
Options
Downloads
Patches
Plain Diff
fix enum.
parent
30870e1b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/zmapWindow/items/zmapWindowSequenceFeature.h
+4
-4
4 additions, 4 deletions
src/zmapWindow/items/zmapWindowSequenceFeature.h
src/zmapWindow/items/zmapWindowSequenceFeature_I.h
+4
-4
4 additions, 4 deletions
src/zmapWindow/items/zmapWindowSequenceFeature_I.h
with
8 additions
and
8 deletions
src/zmapWindow/items/zmapWindowSequenceFeature.h
+
4
−
4
View file @
6cebb96d
...
...
@@ -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
20
09-1
2-1
5
1
3:49:12 mh17
Exp $
* CVS info: $Id: zmapWindowSequenceFeature.h,v 1.
6
20
10-0
2-1
6
1
0: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 */
...
...
This diff is collapsed.
Click to expand it.
src/zmapWindow/items/zmapWindowSequenceFeature_I.h
+
4
−
4
View file @
6cebb96d
...
...
@@ -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
200
9
-0
6
-1
9
10:
48:33 rds
Exp $
* CVS info: $Id: zmapWindowSequenceFeature_I.h,v 1.
4
20
1
0-0
2
-1
6
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
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment