mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-10 13:29:44 -05:00
Add post_frame event to wlr_output, use wlr_drm_plane_make_current in wlr_drm_output_read_pixels
This commit is contained in:
parent
35f9700251
commit
d0db6a80ab
4 changed files with 7 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue