|
|
@ -636,7 +636,7 @@ HandleCursorPos(unsigned int x, unsigned int y)
|
|
|
|
void DrawCursorX11Thread(int x, int y) {
|
|
|
|
void DrawCursorX11Thread(int x, int y) {
|
|
|
|
int ox, oy, ow, oh, nx, ny, nw, nh;
|
|
|
|
int ox, oy, ow, oh, nx, ny, nw, nh;
|
|
|
|
if (!pointerImages[0].set)
|
|
|
|
if (!pointerImages[0].set)
|
|
|
|
return True;
|
|
|
|
return;
|
|
|
|
imageIndex = 0;
|
|
|
|
imageIndex = 0;
|
|
|
|
|
|
|
|
|
|
|
|
if (x >= si.framebufferWidth)
|
|
|
|
if (x >= si.framebufferWidth)
|
|
|
|