Implemented the ability to change the color of junctions (code for #1746675).
commitdbf600e34e2284fe1ec59242d541334bc27d3d49
authorAles Hvezda <ahvezda@seul.org>
Wed, 4 Jul 2007 20:51:32 +0000 (4 16:51 -0400)
committerAles Hvezda <ahvezda@seul.org>
Wed, 4 Jul 2007 20:51:38 +0000 (4 16:51 -0400)
treecdb179d33532adcd769eab8cf15b0bb82205e09b
parentca4571b1a6a49c97feb8fc6cc8cb926acc287ece
Implemented the ability to change the color of junctions (code for #1746675).

The filled circles (at the junction of nets) and filled boxes (at the
end of unconnected nets) were the same color and it was hard to tell the
difference from a distance.  This patch addes (junction-color ...) rc
keyword and allows the user to change the junction color.  The default
color for the dark color scheme is yellow and the default color for the
light color scheme is purple.
12 files changed:
gschem/include/i_vars.h
gschem/include/prototype.h
gschem/lib/gschem-darkbg
gschem/lib/gschem-lightbg
gschem/src/g_rc.c
gschem/src/g_register.c
gschem/src/i_vars.c
gschem/src/o_cue.c
libgeda/include/colors.h
libgeda/include/struct.h
libgeda/src/s_cue.c
libgeda/src/s_toplevel.c