move client post-update adding into render function
authorMike Blumenkrantz <zmike@osg.samsung.com>
Fri, 2 Oct 2015 17:49:57 +0000 (13:49 -0400)
committerMike Blumenkrantz <zmike@osg.samsung.com>
Fri, 2 Oct 2015 17:57:29 +0000 (13:57 -0400)
commit4d30674ab87001d6a1515908341d756d75a22a89
treea43b21b9e30573a5b8a3cfa1baf0c36681088ac9
parent38a8de6a1d0b6c188174572e8e5cd0938ee04143
move client post-update adding into render function

in some cases, it's possible for a client which expects to render on
the next frame to actually render on the frame after. in these cases,
the compositor must not clear the pixmap image until after the render
has occurred in order to avoid inaccuracies. for this reason, the best
place to flag a client for post-render work is at the time of the client's
render

ref T2762
ref D3120
src/bin/e_comp.c
src/bin/e_comp_object.c