diff options
author | Simon Ser <contact@emersion.fr> | 2022-10-13 13:12:43 +0200 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2022-10-13 13:12:43 +0200 |
commit | a28caf08e364223339814d2d01cd217433d199e2 (patch) | |
tree | 87f415c836bafcbe4ad4d545076da1353768c7af /include/backend/headless.h | |
parent | 11192e69308ff48c0f3ec40fb572c4e8e4ad13d8 (diff) |
backend: use global output name counters
The output names must be globally unique per the Wayland spec, even
if the compositor creates multiple backends of the same kind.
Diffstat (limited to 'include/backend/headless.h')
-rw-r--r-- | include/backend/headless.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/backend/headless.h b/include/backend/headless.h index 04750900..4c71fb60 100644 --- a/include/backend/headless.h +++ b/include/backend/headless.h @@ -10,7 +10,6 @@ struct wlr_headless_backend { struct wlr_backend backend; struct wl_display *display; struct wl_list outputs; - size_t last_output_num; struct wl_listener display_destroy; bool started; }; |