Increment frame_counter before calling animation->frame().
authorScott Moreau <oreaus@gmail.com>
Thu, 14 Jun 2012 07:01:56 +0000 (01:01 -0600)
committerKristian Høgsberg <krh@bitplanet.net>
Fri, 15 Jun 2012 14:21:27 +0000 (10:21 -0400)
commit94b0b0ce3dbff2f0db5a19bb606bf461eb515911
tree5950d5384fe6ea2c23c387fd8c9b13c373608237
parent3ea23d076736214b2d34c1fe57995c1a933aedbb
Increment frame_counter before calling animation->frame().

Iterate the frame_counter before calling animation->frame() because the animation might be
destroyed in this path. The first frame is now 1 (not 0) in the animation frame handlers.
src/compositor.c
src/util.c