I think we should change "-x l" to include this.
"-x l" should mean "turn all on"

Jay

diff --git a/X11/xfreerdp.c b/X11/xfreerdp.c
index df12c7f..e9fc7cc 100644
--- a/X11/xfreerdp.c
+++ b/X11/xfreerdp.c
@@ -356,7 +356,8 @@ process_params(xfInfo * xfi, int argc, char **
argv, int * pindex)
                        }
                        else if (strncmp("l", argv[*pindex], 1) == 0) /* lan */
                        {
-                               settings->performanceflags = PERF_FLAG_NONE;
+                               settings->performanceflags = PERF_FLAG_NONE |
+                                       PERF_ENABLE_FONT_SMOOTHING |
PERF_ENABLE_DESKTOP_COMPOSITION;
                        }
                        else
                        {

------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
Freerdp-devel mailing list
Freerdp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel

Reply via email to