Xnest: replace XChangePointerControl() by xcb_change_pointer_control

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult 2024-08-05 10:26:08 +02:00
parent 2f2209005e
commit 1ecba263ea

View File

@ -24,6 +24,7 @@ is" without express or implied warranty.
#include "mipointer.h"
#include "Xnest.h"
#include "xnest-xcb.h"
#include "Display.h"
#include "Screen.h"
@ -38,8 +39,12 @@ DeviceIntPtr xnestPointerDevice = NULL;
void
xnestChangePointerControl(DeviceIntPtr pDev, PtrCtrl * ctrl)
{
XChangePointerControl(xnestDisplay, TRUE, TRUE,
ctrl->num, ctrl->den, ctrl->threshold);
xcb_change_pointer_control(xnestUpstreamInfo.conn,
ctrl->num,
ctrl->den,
ctrl->threshold,
TRUE,
TRUE);
}
int