Update of /cvsroot/pure-data/pd/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7774
Modified Files: Tag: branch-v0-40-extended g_editor.c Log Message: added a version of oskude's 'arrow keys update scrollbars' patch
Index: g_editor.c =================================================================== RCS file: /cvsroot/pure-data/pd/src/g_editor.c,v retrieving revision 1.20.6.3 retrieving revision 1.20.6.4 diff -C2 -d -r1.20.6.3 -r1.20.6.4 *** g_editor.c 9 Nov 2007 06:28:44 -0000 1.20.6.3 --- g_editor.c 26 Nov 2007 22:53:09 -0000 1.20.6.4 *************** *** 1421,1427 **** x, 1); } ! if (x->gl_editor->e_onmotion != MA_NONE) ! sys_vgui("pdtk_canvas_getscroll .x%lx.c\n", x); ! x->gl_editor->e_onmotion = MA_NONE; } --- 1421,1425 ---- x, 1); } ! x->gl_editor->e_onmotion = MA_NONE; } *************** *** 1447,1450 **** --- 1445,1449 ---- if (resortin) canvas_resortinlets(x); if (resortout) canvas_resortoutlets(x); + sys_vgui("pdtk_canvas_getscroll .x%lx.c\n", x); canvas_dirty(x, 1); }