Merge branch 'master' of git://factorcode.org/git/factor

release
Eduardo Cavazos 2007-11-24 00:53:04 -06:00
commit 3e5725ba2c
1 changed files with 1 additions and 1 deletions
extra/ui

View File

@ -127,7 +127,7 @@ SYMBOL: ui-hook
] { } make ;
: redraw-worlds ( seq -- )
[ dup update-hand [ draw-world ] time ] each ;
[ dup update-hand draw-world ] each ;
: notify ( gadget -- )
dup gadget-graft-state {