mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-09 20:24:14 +00:00
[client] [Patch 2/2] fixes #106
This commit is contained in:
@@ -219,7 +219,7 @@ void egl_alert_render(EGL_Alert * alert, const float scaleX, const float scaleY)
|
||||
EGL_PF_BGRA,
|
||||
alert->bmp->width ,
|
||||
alert->bmp->height,
|
||||
alert->bmp->width * alert->bmp->height * alert->bmp->bpp,
|
||||
alert->bmp->width * alert->bmp->bpp,
|
||||
false
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user