On Wed, 2012-07-04 at 20:13 +0200, David Herrmann wrote:
> Hi guys
>
> (CC'ing systemd-ML as they proved to be very helpful and interested in this
> ;))
>
> I am currently working on kmscon and am planning on writing some
> user-space VT logic similar to CONFIG_VT in the kernel. The idea is to
>
Hi guys
(CC'ing systemd-ML as they proved to be very helpful and interested in this ;))
I am currently working on kmscon and am planning on writing some
user-space VT logic similar to CONFIG_VT in the kernel. The idea is to
have multiple virtual terminals for each seat. systemd-logind
currently a
Otherwise a surface.attach request might cause the input region to be
reset to the default value (the entire surface) causing it to receive
focus.
Tiago ran into this problem with xwayland.
---
src/compositor.c |3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/composi
v2: Fix build against Xservers without Wayland support
Don't try to acquire/drop drm master under Wayland
Refresh for xserver 1.13 kill-all-direct-access-to-xf86Screens
Remove #ifdef soup in favour of xwayland compat header
Signed-off-by: Christopher James Halse Rogers
---
configure