Re: [PATCH] xdg-shell - yet another proposal.

2013-11-06 Thread Rafael Antognolli
Please, ignore this email, apparently I sent the wrong thing (too sleepy now). I'll send it again tomorrow. On Thu, Nov 7, 2013 at 12:45 AM, Rafael Antognolli wrote: > Hello all, > > I'm trying to summarize part of the discussion in this new patch, but it's not > the final one. > > As far as I u

[PATCH] xdg_shell: Add a new shell protocol.

2013-11-06 Thread Rafael Antognolli
xdg_shell is a protocol aimed to substitute wl_shell in the long term, but will not be part of the wayland core protocol. It starts as a non-stable API, aimed to be used as a development place at first, and once features are defined as required by several desktop shells, we can finally make it stab

[PATCH] xdg-shell - yet another proposal.

2013-11-06 Thread Rafael Antognolli
Hello all, I'm trying to summarize part of the discussion in this new patch, but it's not the final one. As far as I understood, the goal is to end up with something like this for keyboard focus: W = compositor A, Z = client surfaces Viewport change: W to Z: You are deactivated. W to A: You are

[PATCH] Do not release buffer when it is going to be used again.

2013-11-06 Thread Axel Davy
Solve a bug for some fullscreen clients which wouldn't show up. Signed-off-by: Axel Davy --- src/compositor-drm.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/compositor-drm.c b/src/compositor-drm.c index 4f015d1..6a2500b 100644 --- a/src/compositor-drm.c +++ b/s