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

On 06/08/2011 02:59 AM, S. Erisman wrote:
> Marc,
>
> I vote to merge your github fork. I tried it out last night, and it
> seems pretty stable.
>
> Could you also include a fix for the fullscreen toggle (while using
> RemoteFX) issue that I sent to the list the other day? It should be as
> simple as clearing or resetting the clip region at the beginning of the
> xf_toggle_fullscreen method.
>
> 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

Reply via email to