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
abcb96d8
Commit
abcb96d8
authored
16 years ago
by
rds
Browse files
Options
Downloads
Patches
Plain Diff
Move away from styles
parent
e8943d9f
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/zmapWindowItemFeatureBlock.c
+6
-6
6 additions, 6 deletions
src/zmapWindow/zmapWindowItemFeatureBlock.c
with
6 additions
and
6 deletions
src/zmapWindow/zmapWindowItemFeatureBlock.c
+
6
−
6
View file @
abcb96d8
...
...
@@ -27,9 +27,9 @@
*
* Exported functions: See XXXXXXXXXXXXX.h
* HISTORY:
* Last edited: Apr
16 15:19
2009 (rds)
* Last edited: Apr
20 11:20
2009 (rds)
* Created: Mon Jul 30 13:09:33 2007 (rds)
* CVS info: $Id: zmapWindowItemFeatureBlock.c,v 1.
2
2009-04-
16 14:37:1
8 rds Exp $
* CVS info: $Id: zmapWindowItemFeatureBlock.c,v 1.
3
2009-04-
20 11:05:2
8 rds Exp $
*-------------------------------------------------------------------
*/
...
...
@@ -177,13 +177,13 @@ void zmapWindowItemFeatureBlockMarkRegion(ZMapWindowItemFeatureBlockData block_d
return
;
}
void
zmapWindowItemFeatureBlockMarkRegionFor
Style
(
ZMapWindowItemFeatureBlockData
block_data
,
ZMapFeatureBlock
block
,
ZMap
FeatureTypeStyle
style
)
void
zmapWindowItemFeatureBlockMarkRegionFor
Column
(
ZMapWindowItemFeatureBlockData
block_data
,
ZMapFeatureBlock
block
,
ZMap
WindowItemFeatureSetData
set_data
)
{
ZMapSeqBitmap
bitmap
;
if
((
bitmap
=
get_bitmap_for_
style
(
block_data
,
block
,
s
tyle
)))
if
((
bitmap
=
get_bitmap_for_
key
(
block_data
,
block
,
s
et_data
->
unique_id
)))
{
if
(
block
->
features_start
==
0
)
block
->
features_start
=
block
->
block_to_sequence
.
q1
;
...
...
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