Fix colors with the wayland client

This commit is contained in:
David FORT 2015-05-06 21:54:39 +02:00
parent 063c1bc806
commit b09f6bedb7
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ static BOOL wl_post_connect(freerdp* instance)
wlfWindow* window;
wlfContext* context;
gdi_init(instance, CLRCONV_ALPHA | CLRCONV_INVERT | CLRBUF_32BPP, NULL);
gdi_init(instance, CLRCONV_ALPHA | CLRBUF_32BPP, NULL);
gdi = instance->context->gdi;
if (!gdi)
return FALSE;