mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-12 13:29:45 -05:00
output: add damage event
This commit is contained in:
parent
7f9f918b78
commit
a0f24b809e
3 changed files with 6 additions and 3 deletions
|
|
@ -63,6 +63,7 @@ struct wlr_output {
|
|||
int32_t refresh; // mHz
|
||||
|
||||
struct {
|
||||
struct wl_signal damage;
|
||||
struct wl_signal frame;
|
||||
struct wl_signal swap_buffers;
|
||||
struct wl_signal enable;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue