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
6b80473b
Commit
6b80473b
authored
17 years ago
by
edgrif
Browse files
Options
Downloads
Patches
Plain Diff
fix inaccurate comment.
parent
6e871729
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/zmapWindow/zmapWindowItem.c
+3
-3
3 additions, 3 deletions
src/zmapWindow/zmapWindowItem.c
src/zmapWindow/zmapWindowItemHash.c
+3
-3
3 additions, 3 deletions
src/zmapWindow/zmapWindowItemHash.c
src/zmapWindow/zmapWindowMark.c
+3
-3
3 additions, 3 deletions
src/zmapWindow/zmapWindowMark.c
with
9 additions
and
9 deletions
src/zmapWindow/zmapWindowItem.c
+
3
−
3
View file @
6b80473b
...
...
@@ -26,9 +26,9 @@
*
* Exported functions: See zmapWindow_P.h
* HISTORY:
* Last edited:
Apr
5
1
4:59
2007 (edgrif)
* Last edited:
May
3
1
1:46
2007 (edgrif)
* Created: Thu Sep 8 10:37:24 2005 (edgrif)
* CVS info: $Id: zmapWindowItem.c,v 1.7
3
2007-0
4
-0
5
1
4:20:18
edgrif Exp $
* CVS info: $Id: zmapWindowItem.c,v 1.7
4
2007-0
5
-0
3
1
3:47:49
edgrif Exp $
*-------------------------------------------------------------------
*/
...
...
@@ -1735,7 +1735,7 @@ static void highlightItem(ZMapWindow window, FooCanvasItem *item, gboolean highl
}
/* This is a g_
data
list callback function. */
/* This is a g_list callback function. */
static
void
highlightFuncCB
(
gpointer
data
,
gpointer
user_data
)
{
FooCanvasItem
*
item
=
(
FooCanvasItem
*
)
data
;
...
...
This diff is collapsed.
Click to expand it.
src/zmapWindow/zmapWindowItemHash.c
+
3
−
3
View file @
6b80473b
...
...
@@ -29,9 +29,9 @@
*
* Exported functions: See zMapWindow_P.h
* HISTORY:
* Last edited:
Feb
6
1
2
:4
9
2007 (
rds
)
* Last edited:
May
3
1
1
:4
8
2007 (
edgrif
)
* Created: Mon Jun 13 10:06:49 2005 (edgrif)
* CVS info: $Id: zmapWindowItemHash.c,v 1.
39
2007-0
2
-0
6
1
6
:4
4:50 rds
Exp $
* CVS info: $Id: zmapWindowItemHash.c,v 1.
40
2007-0
5
-0
3
1
3
:4
7:11 edgrif
Exp $
*-------------------------------------------------------------------
*/
...
...
@@ -996,7 +996,7 @@ static void destroyIDHash(gpointer data)
/* This is a g_
data
list callback function. */
/* This is a g_list callback function. */
static
void
childSearchCB
(
gpointer
data
,
gpointer
user_data
)
{
FooCanvasItem
*
item
=
(
FooCanvasItem
*
)
data
;
...
...
This diff is collapsed.
Click to expand it.
src/zmapWindow/zmapWindowMark.c
+
3
−
3
View file @
6b80473b
...
...
@@ -27,9 +27,9 @@
*
* Exported functions: See XXXXXXXXXXXXX.h
* HISTORY:
* Last edited:
Apr 19 10:25
2007 (edgrif)
* Last edited:
May 3 11:48
2007 (edgrif)
* Created: Tue Jan 16 09:51:19 2007 (rds)
* CVS info: $Id: zmapWindowMark.c,v 1.
3
2007-0
4-23 14:00:26
edgrif Exp $
* CVS info: $Id: zmapWindowMark.c,v 1.
4
2007-0
5-03 13:46:57
edgrif Exp $
*-------------------------------------------------------------------
*/
...
...
@@ -333,7 +333,7 @@ static void markItem(ZMapWindowMark mark, FooCanvasItem *item, gboolean set_mark
}
/* This is a g_
data
list callback function. */
/* This is a g_list callback function. */
static
void
markFuncCB
(
gpointer
data
,
gpointer
user_data
)
{
FooCanvasItem
*
item
=
(
FooCanvasItem
*
)
data
;
...
...
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