Go to file
Jasper St. Pierre 1e47a93f85 Revert "stacking: Remove transient window support"
This reverts commit 4c1a11074af2c2221d50b0c35d2d0d883647bc15.

Use the new window_set_transient_for / window_get_transient_for
and xdg-shell support for this...
2014-02-01 01:53:05 -08:00
clients Revert "stacking: Remove transient window support" 2014-02-01 01:53:05 -08:00
data build: Move data/Makefile.am into Makefile.am 2014-01-31 23:49:39 -08:00
desktop-shell weston: Send xdg_surface_send_focused_[un]set when focusing surfaces 2014-02-01 01:41:01 -08:00
man build: Move man/Makefile.am into toplevel Makefile.am 2014-02-01 00:08:51 -08:00
protocol build: Move protocol/Makefile.am into toplevel Makefile.am 2014-02-01 00:08:39 -08:00
shared build: Move shared/Makefile.am into toplevel Makefile.am 2014-02-01 01:05:35 -08:00
src input: Remove exported function weston_pointer_verify() 2014-02-01 01:36:05 -08:00
tests build: Move tests/Makefile.am into toplevel Makefile.am 2014-02-01 01:04:32 -08:00
wcap build: Move wcap/Makefile.am into top-level Makefile.am 2014-01-31 23:50:00 -08:00
xwayland build: Move xwayland/Makefile.am into toplevel Makefile.am 2014-02-01 00:07:23 -08:00
.gitignore Automatically generate weston.ini with the right paths 2013-11-27 22:49:31 -08:00
autogen.sh Update autotools configuration 2010-11-06 21:04:03 -04:00
configure.ac build: Stop using xmllint to validate protocol files 2014-02-01 01:05:36 -08:00
COPYING Add COPYING 2012-04-25 10:17:42 -04:00
Makefile.am westoy: Port the toy toolkit over to xdg-shell 2014-02-01 01:53:05 -08:00
notes.txt Add informal notes file 2012-10-25 15:00:42 -04:00
README Flesh out README a bit, link to building instructions 2012-07-20 12:26:23 -04:00
weston.ini.in Automatically generate weston.ini with the right paths 2013-11-27 22:49:31 -08: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.