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
4c7b4c52
Commit
4c7b4c52
authored
17 years ago
by
rds
Browse files
Options
Downloads
Patches
Plain Diff
remove debugging messages
parent
623d31b2
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/zmapWindowFocus.c
+7
-6
7 additions, 6 deletions
src/zmapWindow/zmapWindowFocus.c
with
7 additions
and
6 deletions
src/zmapWindow/zmapWindowFocus.c
+
7
−
6
View file @
4c7b4c52
...
...
@@ -27,9 +27,9 @@
*
* Exported functions: See zmapWindow_P.h
* HISTORY:
* Last edited:
Jul 12 12:55
2007 (
edgrif
)
* Last edited:
Aug 2 15:32
2007 (
rds
)
* Created: Tue Jan 16 09:46:23 2007 (rds)
* CVS info: $Id: zmapWindowFocus.c,v 1.
5
2007-0
7-12 11:57:08 edgrif
Exp $
* CVS info: $Id: zmapWindowFocus.c,v 1.
6
2007-0
8-02 14:33:19 rds
Exp $
*-------------------------------------------------------------------
*/
...
...
@@ -83,7 +83,7 @@ static void set_default_highlight_colour(gpointer list_data, gpointer user_data)
static
void
invoke_overlay_unmask_all
(
gpointer
overlay_data
,
gpointer
unused_data
);
static
void
FocusUnmaskOverlay
(
ZMapWindowFocus
focus
);
static
gboolean
overlay_manager_list_debug_G
=
FALSE
;
/*
* Set of routines to handle focus items.
...
...
@@ -339,7 +339,8 @@ void zmapWindowFocusMaskOverlay(ZMapWindowFocus focus, FooCanvasItem *item, GdkC
void
zmapWindowFocusAddOverlayManager
(
ZMapWindowFocus
focus
,
ZMapWindowOverlay
overlay
)
{
zMapLogWarning
(
"adding overlay_manager %p to focus %p"
,
overlay
,
focus
);
if
(
overlay_manager_list_debug_G
)
zMapLogWarning
(
"adding overlay_manager %p to focus %p"
,
overlay
,
focus
);
focus
->
overlay_managers
=
g_list_append
(
focus
->
overlay_managers
,
overlay
);
...
...
@@ -348,8 +349,8 @@ void zmapWindowFocusAddOverlayManager(ZMapWindowFocus focus, ZMapWindowOverlay o
void
zmapWindowFocusClearOverlayManagers
(
ZMapWindowFocus
focus
)
{
zMapLogWarning
(
"Removing all overlay_managers from focus %p"
,
focus
);
if
(
overlay_manager_list_debug_G
)
zMapLogWarning
(
"Removing all overlay_managers from focus %p"
,
focus
);
if
(
focus
->
overlay_managers
)
g_list_free
(
focus
->
overlay_managers
);
...
...
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