mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
wlr_scene: Add presentation signal for wlr_scene_buffer
This commit is contained in:
parent
7e383c6a6a
commit
dfeb1309a8
2 changed files with 14 additions and 3 deletions
|
|
@ -114,6 +114,7 @@ struct wlr_scene_buffer {
|
|||
struct {
|
||||
struct wl_signal output_enter; // struct wlr_scene_output
|
||||
struct wl_signal output_leave; // struct wlr_scene_output
|
||||
struct wl_signal output_present; // struct wlr_scene_output
|
||||
} events;
|
||||
|
||||
// private state
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue