Skip to content

Commit

Permalink
Update to FreeRDP changes (removed CLRBUF_24BPP)
Browse files Browse the repository at this point in the history
  • Loading branch information
giox069 committed Sep 18, 2014
1 parent b68192e commit 7ddc860
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions remmina-plugins/rdp/rdp_plugin.c
Original file line number Diff line number Diff line change
Expand Up @@ -297,11 +297,6 @@ static BOOL remmina_rdp_post_connect(freerdp* instance)
flags |= CLRBUF_32BPP;
rfi->cairo_format = CAIRO_FORMAT_ARGB32;
}
else if (rfi->bpp == 24)
{
flags |= CLRBUF_24BPP;
rfi->cairo_format = CAIRO_FORMAT_RGB24;
}
else
{
flags |= CLRBUF_16BPP;
Expand Down

0 comments on commit 7ddc860

Please sign in to comment.