mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-03-05 16:20:50 +00:00
[egl] fix performance issue with cursor updates and add todo message
This commit is contained in:
parent
2db26ae37e
commit
3ff712fea5
1 changed files with 1 additions and 1 deletions
|
@ -495,6 +495,7 @@ void update_mouse_shape(struct Inst * this)
|
|||
|
||||
case LG_CURSOR_MONOCHROME:
|
||||
{
|
||||
DEBUG_INFO("TODO: Monochrome cursors are not yet supported by EGL");
|
||||
#if 0
|
||||
const int hheight = height / 2;
|
||||
uint32_t d[width * height];
|
||||
|
@ -562,7 +563,6 @@ void update_mouse_shape(struct Inst * this)
|
|||
}
|
||||
}
|
||||
|
||||
this->mouseUpdate = true;
|
||||
LG_UNLOCK(this->mouseLock);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue