aboutsummaryrefslogtreecommitdiff
path: root/include/backend/wayland.h
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2022-10-13 13:12:43 +0200
committerSimon Ser <contact@emersion.fr>2022-10-13 13:12:43 +0200
commita28caf08e364223339814d2d01cd217433d199e2 (patch)
tree87f415c836bafcbe4ad4d545076da1353768c7af /include/backend/wayland.h
parent11192e69308ff48c0f3ec40fb572c4e8e4ad13d8 (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/wayland.h')
-rw-r--r--include/backend/wayland.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/backend/wayland.h b/include/backend/wayland.h
index 3a0b1327..c23c0f9a 100644
--- a/include/backend/wayland.h
+++ b/include/backend/wayland.h
@@ -25,7 +25,6 @@ struct wlr_wl_backend {
int drm_fd;
struct wl_list buffers; // wlr_wl_buffer.link
size_t requested_outputs;
- size_t last_output_num;
struct wl_listener local_display_destroy;
char *activation_token;