Vic, On 6/7/2011 7:18 PM, Vic Lee wrote: > Hi Steve, > > I think it looks like it might be not just affecting fullscreen > toggling only (depending on the window manager I guess it might happen > other cases). This patch should fix it more properly. > > diff --git a/X11/xf_decode.c b/X11/xf_decode.c > index 092aced..acd40c8 100644 > --- a/X11/xf_decode.c > +++ b/X11/xf_decode.c > @@ -87,6 +87,8 @@ xf_decode_frame(xfInfo * xfi, int x, int y, uint8 * > bitmapData > } > rfx_message_free(xfi->rfx_context, message); > > + XSetClipMask(xfi->display, xfi->gc, None); > + > break; > > default: > > And yes Marc please merge. I am using your branch as well. :) > > Vic
I concur. That is a cleaner way to fix the problem. (I was actually looking through the X documentation earlier for something more like that and didn't see it.) I tested it and it works fine over here too. Thanks, Steve ------------------------------------------------------------------------------ EditLive Enterprise is the world's most technically advanced content authoring tool. Experience the power of Track Changes, Inline Image Editing and ensure content is compliant with Accessibility Checking. http://p.sf.net/sfu/ephox-dev2dev _______________________________________________ Freerdp-devel mailing list Freerdp-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/freerdp-devel