mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 08:38:20 +00:00
[client] windows cursors are in BGRA format
This commit is contained in:
parent
133001b545
commit
3c61814c56
@ -391,7 +391,7 @@ bool lgr_opengl_on_mouse_shape(void * opaque, const LG_RendererCursor cursor, co
|
|||||||
width ,
|
width ,
|
||||||
height ,
|
height ,
|
||||||
0 ,
|
0 ,
|
||||||
GL_RGBA,
|
GL_BGRA, // windows cursors are in BGRA format
|
||||||
GL_UNSIGNED_BYTE,
|
GL_UNSIGNED_BYTE,
|
||||||
data
|
data
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user