Update of /cvsroot/pure-data/externals/miXed/pddp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13607
Modified Files: Tag: branch-v0-39-2-extended pddplink.c Log Message: made links blue, but a different blue than Pd selected text, plus hover turns red
Index: pddplink.c =================================================================== RCS file: /cvsroot/pure-data/externals/miXed/pddp/pddplink.c,v retrieving revision 1.3 retrieving revision 1.3.2.1 diff -C2 -d -r1.3 -r1.3.2.1 *** pddplink.c 13 Jun 2005 20:41:51 -0000 1.3 --- pddplink.c 13 Jun 2007 04:16:31 -0000 1.3.2.1 *************** *** 99,103 **** glist, rtext_gettag(y)); else ! sys_vgui(".x%lx.c itemconfigure %s -text {%s} -fill magenta\n", glist, rtext_gettag(y), x->x_vistext); } --- 99,103 ---- glist, rtext_gettag(y)); else ! sys_vgui(".x%lx.c itemconfigure %s -text {%s} -fill #0000dd -activefill #e70000\n", glist, rtext_gettag(y), x->x_vistext); } *************** *** 122,126 **** { rtext_draw(y); ! sys_vgui(".x%lx.c itemconfigure %s -text {%s} -fill magenta\n", glist_getcanvas(glist), rtext_gettag(y), x->x_vistext); } --- 122,126 ---- { rtext_draw(y); ! sys_vgui(".x%lx.c itemconfigure %s -text {%s} -fill #0000dd -activefill #e70000\n", glist_getcanvas(glist), rtext_gettag(y), x->x_vistext); }