On Mon, Aug 05, 2013 at 05:13:46PM +0100, Louis-Francis Ratté-Boulianne wrote:
>
> On Wednesday, July 31, 2013 10:41 EDT, Uli Schlachter wrote:
>
> > Hi,
> >
> > On 30.07.2013 18:13, Louis-Francis Ratté-Boulianne wrote:
> > > Draw everything in a cairo image surface before copying it to the
On Wednesday, July 31, 2013 10:41 EDT, Uli Schlachter wrote:
> Hi,
>
> On 30.07.2013 18:13, Louis-Francis Ratté-Boulianne wrote:
> > Draw everything in a cairo image surface before copying it to the XCB
> > surface. That removes the flickering visible on rpi whenever the
> > decoration were
Thanks Uli, that's what I was thinking too, just didn't get time to reply.
Kristian
On Wed, Jul 31, 2013 at 7:41 AM, Uli Schlachter wrote:
> Hi,
>
> On 30.07.2013 18:13, Louis-Francis Ratté-Boulianne wrote:
>> Draw everything in a cairo image surface before copying it to the XCB
>> surface. That
Hi,
On 30.07.2013 18:13, Louis-Francis Ratté-Boulianne wrote:
> Draw everything in a cairo image surface before copying it to the XCB
> surface. That removes the flickering visible on rpi whenever the
> decoration were redrawn.
> ---
> src/xwayland/window-manager.c | 22 --
>
Draw everything in a cairo image surface before copying it to the XCB
surface. That removes the flickering visible on rpi whenever the
decoration were redrawn.
---
src/xwayland/window-manager.c | 22 --
1 file changed, 20 insertions(+), 2 deletions(-)
diff --git a/src/xwayland