Adjusted non X11 implementations.

This commit is contained in:
Armin Novak
2016-10-14 12:50:04 +02:00
parent 9c50e1a635
commit 8ef1808191
5 changed files with 7 additions and 7 deletions

View File

@@ -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)