This is an automated email from the git hooks/post-receive script. thansen pushed a commit to branch master in repository aseprite.
commit f5a49ad0df4ad40402e095c15ebca18b90802937 Author: David Capello <[email protected]> Date: Mon Jan 26 10:29:00 2015 -0300 OSX: Fix image used to start animation before minimize --- src/allegro/src/macosx/qzwindow.m | 1 + 1 file changed, 1 insertion(+) diff --git a/src/allegro/src/macosx/qzwindow.m b/src/allegro/src/macosx/qzwindow.m index af59dd8..5f8a819 100644 --- a/src/allegro/src/macosx/qzwindow.m +++ b/src/allegro/src/macosx/qzwindow.m @@ -143,6 +143,7 @@ static void prepare_window_for_animation(int refresh_view) *(addr + x) |= 0xff000000; addr += pitch; } + QDFlushPortBuffer([qd_view qdPort], update_region); UnlockPortBits([qd_view qdPort]); [qd_view unlockFocus]; } -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/aseprite.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

