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
4190fccb
Commit
4190fccb
authored
19 years ago
by
edgrif
Browse files
Options
Downloads
Patches
Plain Diff
use new formatting calls from feature package.
parent
e0780051
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/zmapWindow/zmapWindowDrawFeatures.c
+3
-14
3 additions, 14 deletions
src/zmapWindow/zmapWindowDrawFeatures.c
with
3 additions
and
14 deletions
src/zmapWindow/zmapWindowDrawFeatures.c
+
3
−
14
View file @
4190fccb
...
...
@@ -27,18 +27,13 @@
*
* Exported functions:
* HISTORY:
* Last edited:
Jan 24 10:39
2006 (edgrif)
* Last edited:
Feb 17 13:50
2006 (edgrif)
* Created: Thu Jul 29 10:45:00 2004 (rnc)
* CVS info: $Id: zmapWindowDrawFeatures.c,v 1.11
3
2006-0
1-24 14:23:27
edgrif Exp $
* CVS info: $Id: zmapWindowDrawFeatures.c,v 1.11
4
2006-0
2-17 13:50:48
edgrif Exp $
*-------------------------------------------------------------------
*/
#include
<string.h>
#ifdef ED_G_NEVER_INCLUDE_THIS_CODE
#include
<math.h>
#endif
/* ED_G_NEVER_INCLUDE_THIS_CODE */
#include
<ZMap/zmapUtils.h>
#include
<ZMap/zmapGLibUtils.h>
#include
<ZMap/zmapUtilsGUI.h>
...
...
@@ -209,11 +204,6 @@ void zmapWindowDrawFeatures(ZMapWindow window,
zMapAssert
(
window
&&
full_context
&&
diff_context
)
;
/* First time features have been displayed so must be "FORWARD". */
if
(
window
->
context_strand
==
ZMAPSTRAND_NONE
)
window
->
context_strand
=
ZMAPSTRAND_FORWARD
;
/* See if there is an existing scroll_region that we should keep...test is a bit hokey
* as it relies on a gtk default size.... */
scr_x1
=
scr_y1
=
scr_x2
=
scr_y2
=
0
.
0
;
...
...
@@ -874,7 +864,6 @@ static void ProcessFeature(GQuark key_id, gpointer data, gpointer user_data)
column_group
=
zmapWindowContainerGetParent
(
FOO_CANVAS_ITEM
(
canvas_data
->
curr_reverse_col
))
;
}
zmapWindowFeatureDraw
(
window
,
column_group
,
feature
)
;
return
;
...
...
@@ -1146,7 +1135,7 @@ static void columnMenuCB(int menu_item_id, gpointer callback_data)
feature
->
parent
->
parent
->
unique_id
,
feature
->
parent
->
unique_id
,
feature
->
unique_id
,
z
m
apFeature
LookUpEnum
(
strand
,
STRAND_ENUM
),
z
M
apFeature
Strand2Str
(
strand
),
g_quark_from_string
(
"*"
))
;
zmapWindowListWindowCreate
(
menu_data
->
window
,
list
,
...
...
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