From 9357addde5ba04fda9edea8e8ae6be7f6b7aa7b3 Mon Sep 17 00:00:00 2001 From: Jay Sorg Date: Fri, 16 Aug 2013 10:53:55 -0700 Subject: X11rdp: fix drawing issues, turn on screen delay remoting --- xorg/X11R7.6/rdp/rdpPolylines.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xorg/X11R7.6/rdp/rdpPolylines.c') diff --git a/xorg/X11R7.6/rdp/rdpPolylines.c b/xorg/X11R7.6/rdp/rdpPolylines.c index 92bb0678..759d1ff9 100644 --- a/xorg/X11R7.6/rdp/rdpPolylines.c +++ b/xorg/X11R7.6/rdp/rdpPolylines.c @@ -192,7 +192,7 @@ rdpPolylines(DrawablePtr pDrawable, GCPtr pGC, int mode, if (g_do_dirty_ons) { - LLOGLN(0, ("rdpPolylines: gettig dirty")); + LLOGLN(10, ("rdpPolylines: gettig dirty")); g_screenPriv.is_dirty = 1; pDirtyPriv = &g_screenPriv; dirty_type = RDI_IMGLL; -- cgit v1.2.1