[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: defines.h
User: mike
Date: 06/12/02 21:27:13
Modified: . defines.h struct.h
Log:
Changes to enure that lines are drawn at least as thick as nets/pins
Revision Changes Path
1.58 +1 -0 eda/geda/gaf/libgeda/include/defines.h
(In the diff below, changes in quantity of whitespace are not shown.)
Index: defines.h
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/libgeda/include/defines.h,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -b -r1.57 -r1.58
--- defines.h 23 Sep 2006 08:54:51 -0000 1.57
+++ defines.h 3 Dec 2006 02:27:13 -0000 1.58
@@ -81,6 +81,7 @@
/* various thicknesses (in mils) */
#define NET_WIDTH 10
#define PIN_WIDTH 10
+#define LINE_WIDTH 10
#define BUS_WIDTH 30
/* various visual cue sizes (in mils) */
1.96 +1 -0 eda/geda/gaf/libgeda/include/struct.h
(In the diff below, changes in quantity of whitespace are not shown.)
Index: struct.h
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/libgeda/include/struct.h,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -b -r1.95 -r1.96
--- struct.h 21 Nov 2006 17:24:48 -0000 1.95
+++ struct.h 3 Dec 2006 02:27:13 -0000 1.96
@@ -658,6 +658,7 @@
int pin_style;
int net_style;
int bus_style;
+ int line_style;
int zoom_with_pan;
/* can be either OUTLINE or BOUNDINGBOX */
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs