Subject: | Deprecation warning on focus events |
Focus events are triggering these warnings:
Old boolean-returning $info->type API is deprecated at .../Tickit/Widget.pm line 535
That line is:
$self->_on_win_focus( $win, $info->type, $info->win );
which is not passing any parameters to ->type, so presumably this (and all other places in Tickit/*.pm) should be calling $info->type(1) instead?