From 875dcc23cfb6d97c2f55e3655aa014604c16d69e Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Tue, 30 Jul 2024 18:48:09 +0200 Subject: [PATCH] (!1654) Xnest: replace XBell() by xcb_bell() Signed-off-by: Enrico Weigelt, metux IT consult --- hw/xnest/Keyboard.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hw/xnest/Keyboard.c b/hw/xnest/Keyboard.c index a17ea41a9..82176f91c 100644 --- a/hw/xnest/Keyboard.c +++ b/hw/xnest/Keyboard.c @@ -65,13 +65,13 @@ DeviceIntPtr xnestKeyboardDevice = NULL; void xnestBell(int volume, DeviceIntPtr pDev, void *ctrl, int cls) { - XBell(xnestDisplay, volume); + xcb_bell(xnestUpstreamInfo.conn, volume); } void DDXRingBell(int volume, int pitch, int duration) { - XBell(xnestDisplay, volume); + xcb_bell(xnestUpstreamInfo.conn, volume); } void