[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: o_box.c
User: pcjc2
Date: 07/02/24 08:07:37
Modified: . Tag: noscreen o_box.c
Log:
Fix a copy-paste error which cause incorrect box filling.
Revision Changes Path
No revision
No revision
1.24.2.3 +0 -2 eda/geda/gaf/gschem/src/o_box.c
(In the diff below, changes in quantity of whitespace are not shown.)
Index: o_box.c
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/gschem/src/o_box.c,v
retrieving revision 1.24.2.2
retrieving revision 1.24.2.3
diff -u -b -r1.24.2.2 -r1.24.2.3
--- o_box.c 12 Feb 2007 02:19:38 -0000 1.24.2.2
+++ o_box.c 24 Feb 2007 13:07:37 -0000 1.24.2.3
@@ -274,13 +274,11 @@
}
(*fill_func)(w_current->window, w_current->gc, color,
- FALSE,
s_upper_x, s_upper_y,
abs(s_lower_x - s_upper_x),
abs(s_lower_y - s_upper_y),
fill_width, angle1, pitch1, angle2, pitch2);
(*fill_func)(w_current->backingstore, w_current->gc, color,
- FALSE,
s_upper_x, s_upper_y,
abs(s_lower_x - s_upper_x),
abs(s_lower_y - s_upper_y),
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs