Add post_frame event to wlr_output, use wlr_drm_plane_make_current in wlr_drm_output_read_pixels

This commit is contained in:
emersion 2017-09-09 11:32:03 +02:00
parent 35f9700251
commit d0db6a80ab
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
4 changed files with 7 additions and 4 deletions

View file

@ -37,6 +37,7 @@ struct wlr_output {
struct {
struct wl_signal frame;
struct wl_signal post_frame;
struct wl_signal resolution;
struct wl_signal destroy;
} events;