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
ada134dc
Commit
ada134dc
authored
16 years ago
by
edgrif
Browse files
Options
Downloads
Patches
Plain Diff
add styles to redraw call.
parent
5763efcc
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/include/ZMap/zmapWindow.h
+3
-3
3 additions, 3 deletions
src/include/ZMap/zmapWindow.h
with
3 additions
and
3 deletions
src/include/ZMap/zmapWindow.h
+
3
−
3
View file @
ada134dc
...
...
@@ -26,9 +26,9 @@
* window displaying genome data.
*
* HISTORY:
* Last edited:
Jan 29
11:
05
2009 (edgrif)
* Last edited:
Feb 6
11:
33
2009 (edgrif)
* Created: Thu Jul 24 15:21:56 2003 (edgrif)
* CVS info: $Id: zmapWindow.h,v 1.9
8
2009-02-0
3
1
3:5
7:3
3
edgrif Exp $
* CVS info: $Id: zmapWindow.h,v 1.9
9
2009-02-0
6
1
4:1
7:3
7
edgrif Exp $
*-------------------------------------------------------------------
*/
#ifndef ZMAP_WINDOW_H
...
...
@@ -240,8 +240,8 @@ void zMapWindowMove(ZMapWindow window, double start, double end) ;
void
zMapWindowReset
(
ZMapWindow
window
)
;
void
zMapWindowRedraw
(
ZMapWindow
window
)
;
void
zMapWindowFeatureRedraw
(
ZMapWindow
window
,
ZMapFeatureContext
feature_context
,
GData
*
all_styles
,
GData
*
new_styles
,
gboolean
reversed
)
;
void
zMapWindowZoom
(
ZMapWindow
window
,
double
zoom_factor
)
;
ZMapWindowZoomStatus
zMapWindowGetZoomStatus
(
ZMapWindow
window
)
;
double
zMapWindowGetZoomFactor
(
ZMapWindow
window
);
...
...
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