From d1dd76233fd185c7f24b537d783d7fe42850fbdc 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 2148b6fc0..717b463f7 100644 --- a/hw/xnest/Keyboard.c +++ b/hw/xnest/Keyboard.c @@ -64,13 +64,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