From d0db6a80ab64ee1f5d090677c18f57109b36575a Mon Sep 17 00:00:00 2001 From: emersion Date: Sat, 9 Sep 2017 11:32:03 +0200 Subject: Add post_frame event to wlr_output, use wlr_drm_plane_make_current in wlr_drm_output_read_pixels --- include/wlr/types/wlr_output.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/wlr') 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; -- cgit v1.2.3