June 16, 2026
9:44 p.m.
From: Etaash Mathamsetty <etaash.mathamsetty@gmail.com> --- dlls/winewayland.drv/wayland_pointer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/winewayland.drv/wayland_pointer.c b/dlls/winewayland.drv/wayland_pointer.c index 109dd2dd0eb..bec5cd69d10 100644 --- a/dlls/winewayland.drv/wayland_pointer.c +++ b/dlls/winewayland.drv/wayland_pointer.c @@ -34,7 +34,7 @@ #include "waylanddrv.h" #include "wine/debug.h" -WINE_DEFAULT_DEBUG_CHANNEL(waylanddrv); +WINE_DEFAULT_DEBUG_CHANNEL(cursor); /* The cursor-shape-v1 protocol file references the zwp_tablet_tool_v2 * interface object. Since we don't currently use the tablet protocol, -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/11168