Skip to content

Commit

Permalink
Fix colors on bitmaps when using -a 15
Browse files Browse the repository at this point in the history
NiKiZe committed May 25, 2012
1 parent e63de0e commit 5212426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/X11/xf_graphics.c
Original file line number Diff line number Diff line change
@@ -43,7 +43,7 @@ void xf_Bitmap_New(rdpContext* context, rdpBitmap* bitmap)
if (bitmap->data != NULL)
{
data = freerdp_image_convert(bitmap->data, NULL,
bitmap->width, bitmap->height, bitmap->bpp, xfi->bpp, xfi->clrconv);
bitmap->width, bitmap->height, xfi->srcBpp, xfi->bpp, xfi->clrconv);

if (bitmap->ephemeral != true)
{

0 comments on commit 5212426

Please sign in to comment.