mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-23 06:59:44 -05:00
xdg-output-v1: use wlr_output.description
Since [1], the xdg-output description is mutable. Listen to output
description changes and send the new output description when updated.
[1]: 048102f21a
This commit is contained in:
parent
4da4a15d6b
commit
1f799c1cbd
2 changed files with 29 additions and 5 deletions
|
|
@ -22,6 +22,7 @@ struct wlr_xdg_output_v1 {
|
|||
int32_t width, height;
|
||||
|
||||
struct wl_listener destroy;
|
||||
struct wl_listener description;
|
||||
};
|
||||
|
||||
struct wlr_xdg_output_manager_v1 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue