]> granicus.if.org Git - graphviz/commitdiff
*** empty log message ***
authorarif <devnull@localhost>
Tue, 4 Mar 2008 17:54:53 +0000 (17:54 +0000)
committerarif <devnull@localhost>
Tue, 4 Mar 2008 17:54:53 +0000 (17:54 +0000)
lib/xdot/xdot.c
lib/xdot/xdot.h

index df4092201826122325c431d233b798f7f8f6df8d..b2b3d15288f8084ad35f09241d5749a7d739b706 100755 (executable)
@@ -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;
 }
index 5a67cb285860b43dee541868bf33d2b3eb45c174..f7a551edbcd9125594a2b01b56b8f30d05babcbf 100755 (executable)
@@ -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