Re: [PATCH] compositor: Don't use empty bounding boxes for output assigninment

2012-09-12 Thread Pekka Paalanen
On Tue, 11 Sep 2012 17:37:29 +0300 Ander Conselvan de Oliveira conselv...@gmail.com wrote: From: Ander Conselvan de Oliveira ander.conselvan.de.olive...@intel.com When weston_surface_assign_output() is called for an unmap'd surface, its bounding box is empty causing no output to be assigned.

Re: [PATCH] compositor: Don't use empty bounding boxes for output assigninment

2012-09-12 Thread Ander Conselvan de Oliveira
On 09/12/2012 09:15 AM, Pekka Paalanen wrote: On Tue, 11 Sep 2012 17:37:29 +0300 Ander Conselvan de Oliveira conselv...@gmail.com wrote: From: Ander Conselvan de Oliveira ander.conselvan.de.olive...@intel.com When weston_surface_assign_output() is called for an unmap'd surface, its bounding

Re: Repaint Issue

2012-09-12 Thread Ander Conselvan de Oliveira
On 09/11/2012 05:48 PM, Abhijit Potnis wrote: Repaint is supposed to be as-needed only, not periodical, but clearly some trigger is missing. Maybe a new surface is not assigned an output until redraw, and redraw does not happen until there is damage, and damage is not

Re: [PATCH weston 1/3] update .gitignores

2012-09-12 Thread Kristian Høgsberg
On Tue, Sep 11, 2012 at 05:02:03PM +0300, Pekka Paalanen wrote: Add workspaces-protocol.c, workspaces-server-protocol.h, workspaces-client-protocol.h. Remove wscreensaver. Alphabetaize clients/.gitignore. Committed. Kristian Signed-off-by: Pekka Paalanen ppaala...@gmail.com ---

Re: [PATCH] event-loop: export wl_event_loop_dispatch_idle()

2012-09-12 Thread Kristian Høgsberg
On Tue, Sep 11, 2012 at 04:09:34PM +0200, David Herrmann wrote: When integrating the wayland event-loop into another event-loop, we currently have no chance of checking whether there are pending idle sources that have to be called. This patch exports the dispatch_idle_sources() call so other

Re: [PATCH] compositor: Accumulate obscured damage into the primary plane damage

2012-09-12 Thread Kristian Høgsberg
On Wed, Sep 12, 2012 at 05:16:31PM +0300, Ander Conselvan de Oliveira wrote: From: Ander Conselvan de Oliveira ander.conselvan.de.olive...@intel.com When accumulating damage in the surfaces into the primary plane damage, regions obscured by the opaque region would be excluded. This causes a

Re: Wayland web typo fix

2012-09-12 Thread Kristian Høgsberg
On Wed, Sep 12, 2012 at 05:43:58AM -0400, Diego Viola wrote: Hi, I've just made this small fix for some typos in wayland-web git repo: https://github.com/diegoviola/wayland-web/commit/b47acadd45bdf59a4b9f65b8294f7bed224b01b7 Please merge it. :) Thanks, done. Kristian Thanks, Diego

Re: [PATCH] Wayland X server uses xwayand.conf instead of xorg.conf, and xwayland.conf.d instead of xorg.conf.d.

2012-09-12 Thread Bill Spitzak
Any comments on this patch? Is there another way to get the desired effect (x on wayland works without having to use sudo to temporarily alter the files needed to run normal X)? Or is this just not considered a problem because of the assumption that when Wayland is used there just won't be

Re: Wayland web typo fix

2012-09-12 Thread Diego Viola
Krh, I've found more typos, fix here: https://github.com/diegoviola/wayland-web/commit/5a23ad65d9b4243197358f6e032234dc176c3b80 Thanks for your hard work. Diego Viola On Wed, Sep 12, 2012 at 12:51 PM, Kristian Høgsberg hoegsb...@gmail.com wrote: On Wed, Sep 12, 2012 at 05:43:58AM -0400, Diego