On Fri, 2011-01-07 at 17:22 +0100, Simon Friis wrote: > Hi! > > > > I'm interested in creating a window manager for Wayland. I've a basic > understanding of how it's done in X.org with Xlib. Does there exist > any documentation on how to create a window manager for Wayland? > > > Best > - paldepind
Look in compositor/compositor-*.c to see how the current ones are implemented. Just in case you don't know: you're going to be implementing a compositor, not just a wm. _______________________________________________ wayland-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/wayland-devel
