[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: gEDA-user: pcb program
On Fri, 2007-03-09 at 12:42 -0500, DJ Delorie wrote:
> > In that case I have the changes you made, and I am still seeing the rats
> > nest problem.
>
> Your clip.h looks like this?
>
> /* ---------------------------------------------------------------------------
> * prototypes
> */
>
> /* Clip X,Y to the given bounding box, plus a margin. Returns TRUE if
> there is something left to be drawn. */
> Boolean ClipLine (double minx, double miny, double maxx, double maxy,
> double *x1, double *y1,
> double *x2, double *y2,
> double margin);
>
Yes:
[seb@circle 20:27:05 ~]$ cd geda/src/pcb/src
[seb@circle 20:27:16 src]$ cvs status -v clip.h
===================================================================
File: clip.h Status: Up-to-date
Working revision: 1.5
Repository revision: 1.5 /cvsroot/pcb/pcb/src/clip.h,v
Sticky Tag: (none)
Sticky Date: (none)
Sticky Options: (none)
Existing Tags:
usermenu (branch: 1.4.12)
usermenu-base (revision: 1.4)
pcb-20070208-PATCH001 (revision: 1.4)
pcb-20070208-RELEASE (revision: 1.4)
[snip older tags]
[seb@circle 20:27:32 src]$ cvs diff -r1.5 -r1.4 clip.h
Index: clip.h
===================================================================
RCS file: /cvsroot/pcb/pcb/src/clip.h,v
retrieving revision 1.5
retrieving revision 1.4
diff -u -3 -p -r1.5 -r1.4
--- clip.h 9 Mar 2007 06:03:12 -0000 1.5
+++ clip.h 22 Mar 2006 23:17:20 -0000 1.4
@@ -23,7 +23,7 @@
* Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany
* Thomas.Nau@xxxxxxxxxxxxx
*
- * RCS: $Id: clip.h,v 1.5 2007/03/09 06:03:12 djdelorie Exp $
+ * RCS: $Id: clip.h,v 1.4 2006/03/22 23:17:20 danmc Exp $
*/
/* prototypes for inserting points into objects
@@ -37,12 +37,11 @@
/*
---------------------------------------------------------------------------
* prototypes
*/
-
-/* Clip X,Y to the given bounding box, plus a margin. Returns TRUE if
- there is something left to be drawn. */
-Boolean ClipLine (double minx, double miny, double maxx, double maxy,
- double *x1, double *y1,
- double *x2, double *y2,
- double margin);
-
+void XDrawCLine (GdkDrawable *, GdkGC *, int, int, int, int);
+void XDrawCArc (GdkDrawable *, GdkGC *, int, int, unsigned int,
unsigned int,
+ int, int);
+void DrawCPolygon (GdkDrawable *, PolygonTypePtr);
+extern LocationType dxo, dyo;
+extern Boolean SwapOutput;
+extern float Local_Zoom;
#endif
[seb@circle 20:28:02 src]$
_______________________________________________
geda-user mailing list
geda-user@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user