Revision: 10007 http://pure-data.svn.sourceforge.net/pure-data/?rev=10007&view=rev Author: eighthave Date: 2008-06-15 06:24:09 -0700 (Sun, 15 Jun 2008)
Log Message: ----------- fixed click pointer on Ubuntu
Modified Paths: -------------- branches/pd-extended/v0-40/pd/src/u_main.tk
Modified: branches/pd-extended/v0-40/pd/src/u_main.tk =================================================================== --- branches/pd-extended/v0-40/pd/src/u_main.tk 2008-06-15 11:14:43 UTC (rev 10006) +++ branches/pd-extended/v0-40/pd/src/u_main.tk 2008-06-15 13:24:09 UTC (rev 10007) @@ -56,7 +56,7 @@ set defaultFontFamily {Bitstream Vera Sans Mono} # mouse cursors set cursor_runmode_nothing "left_ptr" - set cursor_runmode_clickme "arrow" + set cursor_runmode_clickme "right_ptr" set cursor_runmode_thicken "sb_v_double_arrow" set cursor_runmode_addpoint "plus" set cursor_editmode_nothing "hand2"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.