mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
Adjusted non X11 implementations.
This commit is contained in:
@@ -971,7 +971,7 @@ static jboolean JNICALL jni_freerdp_update_graphics(
|
||||
{
|
||||
rc = freerdp_image_copy(pixels, DstFormat, info.stride, x, y, width, height,
|
||||
gdi->primary_buffer, gdi->dstFormat, gdi->stride, x, y,
|
||||
&gdi->palette);
|
||||
&gdi->palette, FREERDP_FLIP_NONE);
|
||||
}
|
||||
|
||||
if ((ret = AndroidBitmap_unlockPixels(env, bitmap)) < 0)
|
||||
|
||||
Reference in New Issue
Block a user