aboutsummaryrefslogtreecommitdiff
path: root/src/window/wayland.c
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2025-04-01 01:04:24 +0200
committerdec05eba <dec05eba@protonmail.com>2025-04-01 01:04:24 +0200
commit1a61c64e3ff725d5a1a397f975e6227fa254018b (patch)
tree880f75e355a4272916bdc42d0d91c5c18b59e7e0 /src/window/wayland.c
parent7ed99770687c689734e8c8db6ed5f5c30b1f5fdb (diff)
Usage text
Diffstat (limited to 'src/window/wayland.c')
-rw-r--r--src/window/wayland.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/window/wayland.c b/src/window/wayland.c
index ba7b547..03ad47a 100644
--- a/src/window/wayland.c
+++ b/src/window/wayland.c
@@ -130,6 +130,7 @@ static void registry_remove_object(void *data, struct wl_registry *registry, uin
(void)data;
(void)registry;
(void)name;
+ // TODO: Remove output
}
static struct wl_registry_listener registry_listener = {