Skip to content
Snippets Groups Projects
Commit 3e0cc9f4 authored by edgrif's avatar edgrif
Browse files

add declare for func. to get position of variable width object.

parent d2f3901a
No related branches found
No related tags found
No related merge requests found
......@@ -26,9 +26,9 @@
* Description: Defines internal interfaces/data structures of zMapWindow.
*
* HISTORY:
* Last edited: Dec 21 12:17 2005 (edgrif)
* Last edited: Jan 5 15:58 2006 (edgrif)
* Created: Fri Aug 1 16:45:58 2003 (edgrif)
* CVS info: $Id: zmapWindow_P.h,v 1.88 2005-12-22 10:06:02 edgrif Exp $
* CVS info: $Id: zmapWindow_P.h,v 1.89 2006-01-06 16:17:57 edgrif Exp $
*-------------------------------------------------------------------
*/
#ifndef ZMAP_WINDOW_P_H
......@@ -451,8 +451,8 @@ void zmapWindowColumnSetMagState(ZMapWindow window,
double zmapWindowGetPosFromScore(ZMapFeatureTypeStyle style, double score,
double *curr_x1_inout, double *curr_x2_out) ;
void zmapWindowGetPosFromScore(ZMapFeatureTypeStyle style, double score,
double *curr_x1_inout, double *curr_x2_out) ;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment