[PD-cvs] externals/miXed/pddp pddplink.c,1.3,1.4

Hans-Christoph Steiner eighthave at users.sourceforge.net
Wed Jun 13 06:17:22 CEST 2007


Update of /cvsroot/pure-data/externals/miXed/pddp
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13995

Modified Files:
	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.4
diff -C2 -d -r1.3 -r1.4
*** pddplink.c	13 Jun 2005 20:41:51 -0000	1.3
--- pddplink.c	13 Jun 2007 04:17:19 -0000	1.4
***************
*** 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);
          }





More information about the Pd-cvs mailing list