mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-04-26 08:36:28 +00:00
[client] spice: correct oob hotspot
This commit is contained in:
parent
29a6365107
commit
3b580af194
@ -1448,7 +1448,7 @@ static void initSDLCursor()
|
|||||||
{
|
{
|
||||||
const uint8_t data[4] = {0xf, 0x9, 0x9, 0xf};
|
const uint8_t data[4] = {0xf, 0x9, 0x9, 0xf};
|
||||||
const uint8_t mask[4] = {0xf, 0xf, 0xf, 0xf};
|
const uint8_t mask[4] = {0xf, 0xf, 0xf, 0xf};
|
||||||
cursor = SDL_CreateCursor(data, mask, 4, 4, 1, 1);
|
cursor = SDL_CreateCursor(data, mask, 8, 4, 4, 0);
|
||||||
SDL_SetCursor(cursor);
|
SDL_SetCursor(cursor);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user