Merge pull request #2599 from hardening/fix_wayland_colors

Fix colors with the wayland client
This commit is contained in:
Norbert Federa 2015-05-07 18:15:01 +02:00
commit b2dcde35ee

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;