diff options
author | emersion <contact@emersion.fr> | 2017-09-09 11:32:03 +0200 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2017-10-07 16:22:02 +0200 |
commit | d0db6a80ab64ee1f5d090677c18f57109b36575a (patch) | |
tree | 79b6f3ec9abbfa494b777ff41a63d0e30c86b991 /include | |
parent | 35f970025133dc5ad627936a3cdeacb37b532072 (diff) |
Add post_frame event to wlr_output, use wlr_drm_plane_make_current in wlr_drm_output_read_pixels
Diffstat (limited to 'include')
-rw-r--r-- | include/wlr/types/wlr_output.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/wlr/types/wlr_output.h b/include/wlr/types/wlr_output.h index 509e1bcb..a7ad2dbd 100644 --- a/include/wlr/types/wlr_output.h +++ b/include/wlr/types/wlr_output.h @@ -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; |