OSX: Fix image used to start animation before minimize

This commit is contained in:
David Capello 2015-01-26 10:29:00 -03:00
parent 6c3b4ba805
commit f5a49ad0df
1 changed files with 1 additions and 0 deletions

View File

@ -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];
}