Re: [PATCH 2/6] xwayland: remove rootless flag

2012-04-16 Thread Kristian Høgsberg
Rootless tells the X server to show each toplevel window as a wayland surface. The default behavior is rooted, which just makes the root window a wayland surface. Both modes are useful. Kristian On Mon, Apr 16, 2012 at 10:31 AM, Tiago Vignatti wrote: > I can start a stand-alone xserver for deb

[PATCH 2/6] xwayland: remove rootless flag

2012-04-16 Thread Tiago Vignatti
I can start a stand-alone xserver for debugging and also spawn it directly via weston. I don't see an usage for this flags; is there any? Signed-off-by: Tiago Vignatti --- hw/xfree86/xwayland/xwayland-window.c | 12 +++- hw/xfree86/xwayland/xwayland.c|3 --- hw/xfree86/xway