Go to file
Tomeu Vizoso 96dc9e4f1f rpi: Remove create_view and destroy_view implementations
And also remove the vfunc definitions from the compositor as they
are unused now.
2013-10-28 14:36:26 -07:00
clients window, desktop-shell: deal with output unplug on client side 2013-10-23 22:36:37 -07:00
data
man compositor-drm: Support configuring the framebuffer format from weston.ini 2013-10-16 16:31:42 -07:00
protocol protocol: hook up xmllint to check validity 2013-10-25 10:58:15 -07:00
shared window.c: Don't put titlebars on menu windows 2013-10-23 22:12:13 -07:00
src rpi: Remove create_view and destroy_view implementations 2013-10-28 14:36:26 -07:00
tests Split the geometry information from weston_surface out into weston_view 2013-10-22 13:34:11 -07:00
wcap Add more missing config.h #includes 2013-08-26 14:59:14 -07:00
.gitignore .gitignore: Add .valid files 2013-10-25 12:21:51 -07:00
COPYING
Makefile.am autotools: Don't use wayland-scanner.m4 2013-08-20 11:15:19 -07:00
README
autogen.sh
configure.ac rpi: Remove create_view and destroy_view implementations 2013-10-28 14:36:26 -07:00
notes.txt Add informal notes file 2012-10-25 15:00:42 -04:00
wayland-scanner.mk autotools: Don't use wayland-scanner.m4 2013-08-20 11:15:19 -07:00
weston.ini compositor-drm: Support configuring the framebuffer format from weston.ini 2013-10-16 16:31:42 -07:00

README

Weston

Weston is the reference implementation of a Wayland compositor, and a
useful compositor in its own right.  Weston has various backends that
lets it run on Linux kernel modesetting and evdev input as well as
under X11.  Weston ships with a few example clients, from simple
clients that demonstrate certain aspects of the protocol to more
complete clients and a simplistic toolkit.  There is also a quite
capable terminal emulator (weston-terminal) and an toy/example desktop
shell.  Finally, weston also provides integration with the Xorg server
and can pull X clients into the Wayland desktop and act as a X window
manager.

Refer to http://wayland.freedesktop.org/building.html for buiding
weston and its dependencies.