Update of /cvsroot/pure-data/pd/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20009
Modified Files: Tag: branch-v0-40-extended u_main.tk Log Message: made clicks give focus to the receiving canvas on all platforms, previously Miller only enabled thing on GNU/Linux
Index: u_main.tk =================================================================== RCS file: /cvsroot/pure-data/pd/src/u_main.tk,v retrieving revision 1.25.6.2 retrieving revision 1.25.6.3 diff -C2 -d -r1.25.6.2 -r1.25.6.3 *** u_main.tk 4 Nov 2007 21:13:08 -0000 1.25.6.2 --- u_main.tk 4 Nov 2007 21:16:48 -0000 1.25.6.3 *************** *** 1662,1667 ****
proc pdtk_canvas_click {name x y b f} { ! global pd_nt ! if {$pd_nt == 0} {focus $name} pd [canvastosym $name] mouse [$name canvasx $x] [$name canvasy $y] $b $f ; } --- 1662,1666 ----
proc pdtk_canvas_click {name x y b f} { ! focus $name pd [canvastosym $name] mouse [$name canvasx $x] [$name canvasy $y] $b $f ; }