Skip to content

Commit

Permalink
Merge pull request #333 from giox069/gtk3
Browse files Browse the repository at this point in the history
Fix compilation issues with latest FreeRDP
  • Loading branch information
giox069 committed Sep 18, 2014
2 parents 0cb56c9 + 7ddc860 commit f3dd2e8
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 f3dd2e8

Please sign in to comment.