diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-05-10 18:33:35 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-05-10 18:33:35 +0200 |
commit | ce3203ebc7b1b6bd12aac8871853f2fb0142b4ed (patch) | |
tree | 8f005e6207145c957d1715e7ea2eeb561d4ad2b8 | |
parent | e3225bc62835c6accc18787c6038fc1dce2484fc (diff) |
temp debug
-rw-r--r-- | src/window/wayland.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/window/wayland.c b/src/window/wayland.c index b7907be..d9f6e74 100644 --- a/src/window/wayland.c +++ b/src/window/wayland.c @@ -100,6 +100,7 @@ static const struct wl_output_listener output_listener = { static void registry_add_object(void *data, struct wl_registry *registry, uint32_t name, const char *interface, uint32_t version) { (void)version; gsr_window_wayland *window_wayland = data; + printf("info: wayland interface: %s\n", interface); if(strcmp(interface, "wl_compositor") == 0) { if(window_wayland->compositor) return; |