mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-12-23 05:53:40 +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 ,
|
||||
height ,
|
||||
0 ,
|
||||
GL_RGBA,
|
||||
GL_BGRA, // windows cursors are in BGRA format
|
||||
GL_UNSIGNED_BYTE,
|
||||
data
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user