Re: [PATCH 3/5] rdp: fix presentation for the RDP compositor

2016-04-22 Thread Hardening
Le 22/04/2016 15:55, Pekka Paalanen a écrit : > On Fri, 22 Apr 2016 15:19:04 +0200 > David Fort wrote: > >> Set an update delay that is a multiple of the output frequency, or we may do >> incorrect weston_output_finish_frame calls. >> --- >> src/compositor-rdp.c | 2 +- >> 1 file changed, 1 inse

Re: [PATCH 3/5] rdp: fix presentation for the RDP compositor

2016-04-22 Thread Pekka Paalanen
On Fri, 22 Apr 2016 15:19:04 +0200 David Fort wrote: > Set an update delay that is a multiple of the output frequency, or we may do > incorrect weston_output_finish_frame calls. > --- > src/compositor-rdp.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/compositor-

[PATCH 3/5] rdp: fix presentation for the RDP compositor

2016-04-22 Thread David Fort
Set an update delay that is a multiple of the output frequency, or we may do incorrect weston_output_finish_frame calls. --- src/compositor-rdp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compositor-rdp.c b/src/compositor-rdp.c index 9274674..4cbc1c3 100644 --- a/src/