compositor: Emit frame_signal from weston_output_do_read_pixels()
authorKristian Høgsberg <krh@bitplanet.net>
Wed, 20 Jun 2012 03:54:26 +0000 (23:54 -0400)
committerKristian Høgsberg <krh@bitplanet.net>
Wed, 20 Jun 2012 03:54:26 +0000 (23:54 -0400)
commite9d04924198102025726b743489a50825ef55ee9
tree1e8fff71f04ae28a334995732157a5e11c4d2a6b
parentb8ceaaa42f3fafb41df9eff2ce94fb5c13ebdb55
compositor: Emit frame_signal from weston_output_do_read_pixels()

This is the point where we have just finished rendering the new scene
but before we swap it to the front buffer.  At this point, the
output->previous_damage region exactly corresponds to what was just
renders, as compared to previous frame.
src/compositor.c
src/compositor.h
src/screenshooter.c