mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 00:28:20 +00:00
[client] opengl: render cursor in spice mode
This commit is contained in:
parent
d9ffb98c9b
commit
bf8f4c17f0
@ -495,14 +495,12 @@ bool opengl_render(LG_Renderer * renderer, LG_RendererRotate rotate, const bool
|
|||||||
glClearColor(0.0f, 0.0f, 0.0f, 1.0f);
|
glClearColor(0.0f, 0.0f, 0.0f, 1.0f);
|
||||||
glClear(GL_COLOR_BUFFER_BIT);
|
glClear(GL_COLOR_BUFFER_BIT);
|
||||||
|
|
||||||
|
updateMouseShape(this);
|
||||||
if (this->spiceShow)
|
if (this->spiceShow)
|
||||||
glCallList(this->spiceList);
|
glCallList(this->spiceList);
|
||||||
else
|
else
|
||||||
{
|
|
||||||
updateMouseShape(this);
|
|
||||||
glCallList(this->texList + this->texRIndex);
|
glCallList(this->texList + this->texRIndex);
|
||||||
drawMouse(this);
|
drawMouse(this);
|
||||||
}
|
|
||||||
|
|
||||||
if (app_renderOverlay(NULL, 0) != 0)
|
if (app_renderOverlay(NULL, 0) != 0)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user