From 84ef2e0323d82a4131142dbf14782e8f19203581 Mon Sep 17 00:00:00 2001 From: arif Date: Tue, 4 Mar 2008 17:54:53 +0000 Subject: [PATCH] *** empty log message *** --- lib/xdot/xdot.c | 4 ++-- lib/xdot/xdot.h | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/xdot/xdot.c b/lib/xdot/xdot.c index df4092201..b2b3d1528 100755 --- a/lib/xdot/xdot.c +++ b/lib/xdot/xdot.c @@ -711,7 +711,7 @@ char* move_xdot(void* obj,xdot* x,int dx,int dy,int dz) char* offset_spline(xdot* x,float dx,float dy,float headx,float heady) { #if 0 - int i=0; + /*int i=0; Agnode_t* headn,tailn; Agedge_t* e; e=x->obj; //assume they are all edges, check function name @@ -739,7 +739,7 @@ char* offset_spline(xdot* x,float dx,float dy,float headx,float heady) } } break; - } + }*/ #endif return 0; } diff --git a/lib/xdot/xdot.h b/lib/xdot/xdot.h index 5a67cb285..f7a551edb 100755 --- a/lib/xdot/xdot.h +++ b/lib/xdot/xdot.h @@ -124,4 +124,5 @@ extern char* move_xdot(void* obj,xdot* x,int dx,int dy,int dz); extern char* offset_spline(xdot* x,float dx,float dy,float headx,float heady); void drawXdotwithattrs(void* e,int param); void drawXdotwithattr(void* p,char* attr,int param); +extern int select_object (Agraph_t* g,void* obj); #endif -- 2.40.0