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
fda10c97
Commit
fda10c97
authored
20 years ago
by
edgrif
Browse files
Options
Downloads
Patches
Plain Diff
add features to the view record.
parent
c9739f96
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/zmapView/zmapView_P.h
+7
-6
7 additions, 6 deletions
src/zmapView/zmapView_P.h
with
7 additions
and
6 deletions
src/zmapView/zmapView_P.h
+
7
−
6
View file @
fda10c97
...
...
@@ -24,9 +24,9 @@
*
* Description:
* HISTORY:
* Last edited: Jul 1
3
1
6
:1
4
2004 (edgrif)
* Last edited: Jul 1
5
1
1
:1
9
2004 (edgrif)
* Created: Thu May 13 15:06:21 2004 (edgrif)
* CVS info: $Id: zmapView_P.h,v 1.
5
2004-07-1
4 09:16:47
edgrif Exp $
* CVS info: $Id: zmapView_P.h,v 1.
6
2004-07-1
5 15:13:26
edgrif Exp $
*-------------------------------------------------------------------
*/
#ifndef ZMAP_VIEW_P_H
...
...
@@ -47,6 +47,9 @@ typedef struct _ZMapViewStruct
{
ZMapViewState
state
;
void
*
app_data
;
/* Passed back to caller from view
callbacks. */
gchar
*
sequence
;
guint
idle_handle
;
...
...
@@ -57,11 +60,9 @@ typedef struct _ZMapViewStruct
GList
*
connection_list
;
void
*
app_data
;
#ifdef ED_G_NEVER_INCLUDE_THIS_CODE
ZMapViewCallbackFunc
app_destroy_cb
;
#endif
/* ED_G_NEVER_INCLUDE_THIS_CODE */
/* The features....needs thought as to how this updated/constructed..... */
ZMapFeatureContext
features
;
ZMapRegion
*
zMapRegion
;
/* the region holding all the SEGS - may be redundant*/
...
...
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