[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: o_bus_basic.c
User: cnieves
Date: 07/04/21 13:40:53
Modified: . o_bus_basic.c o_circle_basic.c o_line_basic.c
o_net_basic.c o_pin_basic.c
Log:
Added back variables removed in previous patch.
* src/o_bus_basic.c, src/o_circle_basic.c, src/o_line_basic.c,
src/o_pin_basic.c:
- Reverted the patch below. Those variables are used when
compiling with libgd.
Revision Changes Path
1.21 +1 -0 eda/geda/gaf/libgeda/src/o_bus_basic.c
(In the diff below, changes in quantity of whitespace are not shown.)
Index: o_bus_basic.c
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/libgeda/src/o_bus_basic.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -b -r1.20 -r1.21
--- o_bus_basic.c 21 Apr 2007 17:23:30 -0000 1.20
+++ o_bus_basic.c 21 Apr 2007 17:40:52 -0000 1.21
@@ -335,6 +335,7 @@
void o_bus_image_write(TOPLEVEL *w_current, OBJECT *o_current,
int origin_x, int origin_y, int color_mode)
{
+ int x[2], y[2];
int color;
if (o_current == NULL) {
1.32 +2 -0 eda/geda/gaf/libgeda/src/o_circle_basic.c
(In the diff below, changes in quantity of whitespace are not shown.)
Index: o_circle_basic.c
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/libgeda/src/o_circle_basic.c,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -b -r1.31 -r1.32
--- o_circle_basic.c 21 Apr 2007 17:23:30 -0000 1.31
+++ o_circle_basic.c 21 Apr 2007 17:40:52 -0000 1.32
@@ -1218,6 +1218,8 @@
void o_circle_image_write(TOPLEVEL *w_current, OBJECT *o_current,
int origin_x, int origin_y, int color_mode)
{
+ int diameter;
+ int s_x, s_y;
int color;
if (o_current == NULL) {
1.30 +1 -0 eda/geda/gaf/libgeda/src/o_line_basic.c
(In the diff below, changes in quantity of whitespace are not shown.)
Index: o_line_basic.c
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/libgeda/src/o_line_basic.c,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -b -r1.29 -r1.30
--- o_line_basic.c 21 Apr 2007 17:23:30 -0000 1.29
+++ o_line_basic.c 21 Apr 2007 17:40:53 -0000 1.30
@@ -1236,6 +1236,7 @@
void o_line_image_write(TOPLEVEL *w_current, OBJECT *o_current,
int origin_x, int origin_y, int color_mode)
{
+ int x[2], y[2];
int color;
if (o_current == NULL) {
1.38 +1 -0 eda/geda/gaf/libgeda/src/o_net_basic.c
(In the diff below, changes in quantity of whitespace are not shown.)
Index: o_net_basic.c
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/libgeda/src/o_net_basic.c,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -b -r1.37 -r1.38
--- o_net_basic.c 21 Apr 2007 17:23:30 -0000 1.37
+++ o_net_basic.c 21 Apr 2007 17:40:53 -0000 1.38
@@ -349,6 +349,7 @@
void o_net_image_write(TOPLEVEL *w_current, OBJECT *o_current,
int origin_x, int origin_y, int color_mode)
{
+ int x[2], y[2];
int color;
if (o_current == NULL) {
1.28 +1 -0 eda/geda/gaf/libgeda/src/o_pin_basic.c
(In the diff below, changes in quantity of whitespace are not shown.)
Index: o_pin_basic.c
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/libgeda/src/o_pin_basic.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -b -r1.27 -r1.28
--- o_pin_basic.c 21 Apr 2007 17:23:30 -0000 1.27
+++ o_pin_basic.c 21 Apr 2007 17:40:53 -0000 1.28
@@ -349,6 +349,7 @@
void o_pin_image_write(TOPLEVEL *w_current, OBJECT *o_current,
int origin_x, int origin_y, int color_mode)
{
+ int x[2], y[2];
int color;
if (o_current == NULL) {
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs