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
3663f705
Commit
3663f705
authored
15 years ago
by
edgrif
Browse files
Options
Downloads
Patches
Plain Diff
add missing cursor busy call.
parent
a813959c
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
+10
-15
10 additions, 15 deletions
src/zmapWindow/zmapWindowDrawFeatures.c
with
10 additions
and
15 deletions
src/zmapWindow/zmapWindowDrawFeatures.c
+
10
−
15
View file @
3663f705
...
...
@@ -26,9 +26,9 @@
*
* Exported functions:
* HISTORY:
* Last edited: Mar
3 15:20
2010 (edgrif)
* Last edited: Mar
11 14:19
2010 (edgrif)
* Created: Thu Jul 29 10:45:00 2004 (rnc)
* CVS info: $Id: zmapWindowDrawFeatures.c,v 1.26
6
2010-03-
04 15:25:56 mh17
Exp $
* CVS info: $Id: zmapWindowDrawFeatures.c,v 1.26
7
2010-03-
12 14:44:32 edgrif
Exp $
*-------------------------------------------------------------------
*/
...
...
@@ -227,24 +227,21 @@ static gboolean window_draw_context_debug_G = FALSE;
* So NOTE that if no features have _yet_ been drawn then full_context == diff_context
*
* */
void
zmapWindowDrawFeatures
(
ZMapWindow
window
,
ZMapFeatureContext
full_context
,
ZMapFeatureContext
diff_context
)
void
zmapWindowDrawFeatures
(
ZMapWindow
window
,
ZMapFeatureContext
full_context
,
ZMapFeatureContext
diff_context
)
{
GtkAdjustment
*
h_adj
;
GtkAdjustment
*
h_adj
;
ZMapCanvasDataStruct
canvas_data
=
{
NULL
}
;
/* Rest of struct gets set to zero. */
ZMapWindowContainerGroup
root_group
;
FooCanvasItem
*
tmp_item
=
NULL
;
gboolean
debug_containers
=
FALSE
,
root_created
=
FALSE
;
double
x
,
y
;
// double ix1, ix2, iy1, iy2; /* initial root_group coords */
int
seq_start
,
seq_end
;
ZMapWindowContainerGroup
root_group
;
FooCanvasItem
*
tmp_item
=
NULL
;
gboolean
debug_containers
=
FALSE
,
root_created
=
FALSE
;
double
x
,
y
;
int
seq_start
,
seq_end
;
zMapPrintTimer
(
NULL
,
"About to create canvas features"
)
;
zMapAssert
(
window
&&
full_context
&&
diff_context
)
;
zMapWindowBusy
(
window
,
TRUE
)
;
if
(
!
window
->
item_factory
)
{
...
...
@@ -430,10 +427,8 @@ void zmapWindowDrawFeatures(ZMapWindow window,
zmapWindowContainerRequestReposition
(
root_group
);
/* cursor should have been set on by anyone calling us. */
zMapWindowBusy
(
window
,
FALSE
)
;
return
;
}
...
...
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