mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-10 13:29:44 -05:00
Listen to display destroy in output
This commit is contained in:
parent
cbf5763c22
commit
0e066f0d76
2 changed files with 13 additions and 0 deletions
|
|
@ -74,6 +74,8 @@ struct wlr_output {
|
|||
// the output position in layout space reported to clients
|
||||
int32_t lx, ly;
|
||||
|
||||
struct wl_listener display_destroy;
|
||||
|
||||
void *data;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue