What file is that in?
We should be changing them in neutrinordp/xrdp-neutrinordp.c

I pushed in a change to set all the order flags for the orders I know
we support.
Can you pull from devel and let me know if it works for you.

Jay


On Tue, Oct 7, 2014 at 2:46 AM, jjc <j...@mail.ustc.edu.cn> wrote:
> Hi,
>    Thank you for your advice very much.
>    In fact,I haven't changed the order caps on the NeutrinoRDP side. I am not 
> sure how to set the order caps on the NeutrinoRDP side to turn the polygon 
> order off.
>    And the NeutrinoRDP/libfreerdp-core/settings.c file just show as follow 
> ,but it doesn't work when I just make a change as 
> settings->order_support[NEG_POLYGON_SC_INDEX] = false, is there something 
> else I should do?
>    What's more,how does lfreerdp_polygon_sc fuction work to rendering the 
> miss polygon part in my problem if I turn off the polygon_sc_order?
>         settings->order_support[NEG_DSTBLT_INDEX] = true;
>                 settings->order_support[NEG_PATBLT_INDEX] = true;
>                 settings->order_support[NEG_SCRBLT_INDEX] = true;
>                 settings->order_support[NEG_OPAQUE_RECT_INDEX] = true;
>                 settings->order_support[NEG_DRAWNINEGRID_INDEX] = true;
>                 settings->order_support[NEG_MULTIDSTBLT_INDEX] = true;
>                 settings->order_support[NEG_MULTIPATBLT_INDEX] = true;
>                 settings->order_support[NEG_MULTISCRBLT_INDEX] = true;
>                 settings->order_support[NEG_MULTIOPAQUERECT_INDEX] = true;
>                 settings->order_support[NEG_MULTI_DRAWNINEGRID_INDEX] = true;
>                 settings->order_support[NEG_LINETO_INDEX] = true;
>                 settings->order_support[NEG_POLYLINE_INDEX] = true;
>                 settings->order_support[NEG_MEMBLT_INDEX] = true;
>                 settings->order_support[NEG_MEM3BLT_INDEX] = true;
>                 settings->order_support[NEG_SAVEBITMAP_INDEX] = true;
>                 settings->order_support[NEG_GLYPH_INDEX_INDEX] = true;
>                 settings->order_support[NEG_FAST_INDEX_INDEX] = true;
>                 settings->order_support[NEG_FAST_GLYPH_INDEX] = true;
>                 settings->order_support[NEG_POLYGON_SC_INDEX] = true;
>                 settings->order_support[NEG_POLYGON_CB_INDEX] = true;
>                 settings->order_support[NEG_ELLIPSE_SC_INDEX] = true;
>                 settings->order_support[NEG_ELLIPSE_CB_INDEX] = true;
>     I will be very Thankful for your more help.
>     Best wishes!
>
> -----邮件原件-----
> 发件人: Jay Sorg [mailto:jay.s...@gmail.com]
> 发送时间: 2014年10月7日 5:52
> 收件人: jjc
> 抄送: xrdp-devel@lists.sourceforge.net
> 主题: Re: [Xrdp-devel] Interface rendering error for help
>
> Hi,
>
> You should be able to set the order caps on the NeutrinoRDP side to turn them 
> off.
> Did you change them already?
> Another option is to complete the polygon order.  That would take a bit of 
> understanding of xrdp.
>
> Jay
>
>
> On Mon, Oct 6, 2014 at 5:25 AM, jjc <j...@mail.ustc.edu.cn> wrote:
>>
>>
>> Hi,
>> I downloaded the latest Xrdp and NeutrinoRDP source code of the master
>> branch and I have met some Interface rendering error ,the problem
>> description is included in the attachments. I am looking forward to
>> your help,thank you very much!
>>
>>                                                       Best wishes!
>>
>>
>> Jiang Junchao
>>
>>
>> 2014.10.6
>>
>>
>>
>>
>>
>>
>> ----------------------------------------------------------------------
>> -------- Slashdot TV.  Videos for Nerds.  Stuff that Matters.
>> http://pubads.g.doubleclick.net/gampad/clk?id=160591471&iu=/4140/ostg.
>> clktrk _______________________________________________
>> xrdp-devel mailing list
>> xrdp-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/xrdp-devel
>>
>
>

------------------------------------------------------------------------------
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://p.sf.net/sfu/Zoho
_______________________________________________
xrdp-devel mailing list
xrdp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xrdp-devel

Reply via email to