Go to file
Pekka Paalanen 9249f93057 compositor-drm: remove a stale comment
This comment became stale in:

commit 65a11e1039
Author: Kristian Høgsberg <krh@bitplanet.net>
Date:   Fri Aug 3 11:30:18 2012 -0400

    compositor: Accumulate damage per plane

Now it is just misleading. Remove it.

Signed-off-by: Pekka Paalanen <ppaalanen@gmail.com>
2012-10-25 14:59:30 -04:00
clients desktop-shell: background should be opaque 2012-10-25 14:59:23 -04:00
data
man Make distcheck pass 2012-10-15 21:10:10 -04:00
protocol Fix spelling errors 2012-10-04 11:24:50 -04:00
shared toytoolkit: Don't draw shadows for maximized windows. 2012-10-10 11:23:41 -04:00
src compositor-drm: remove a stale comment 2012-10-25 14:59:30 -04:00
tests test-client: Make sure we process pending eevents before we verify state 2012-10-21 22:30:26 -04:00
wcap wcap: Fix typo in usage output. 2012-07-23 14:25:14 -04:00
.gitignore
autogen.sh
configure.ac configure.ac: Bump version to 1.0.0 2012-10-22 18:50:03 -04:00
COPYING
Makefile.am man: add man page for weston 2012-08-29 15:32:05 -04:00
README
weston.ini Add sample configuration for workspaces to weston.ini 2012-08-31 19:50:59 -04:00

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.