mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 08:38:20 +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 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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user