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:
Simon Ser 2019-12-26 16:12:06 +01:00 committed by Brian Ashworth
parent 4da4a15d6b
commit 1f799c1cbd
2 changed files with 29 additions and 5 deletions

View file

@ -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 {