Re: [PATCH 3/4] xwayland: Draw decoration on window manager side

2013-08-12 Thread Kristian Høgsberg
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

Re: [PATCH 3/4] xwayland: Draw decoration on window manager side

2013-08-05 Thread Louis-Francis Ratté-Boulianne
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

Re: [PATCH 3/4] xwayland: Draw decoration on window manager side

2013-07-31 Thread Kristian Høgsberg
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

Re: [PATCH 3/4] xwayland: Draw decoration on window manager side

2013-07-31 Thread Uli Schlachter
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 -- >

[PATCH 3/4] xwayland: Draw decoration on window manager side

2013-07-30 Thread Louis-Francis Ratté-Boulianne
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