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
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
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
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