Go to file
Mario Kleiner 808170452b compositor-drm: Allow weston_output_mode_switch_to_native() to work.
Initialize output->native_mode with the initially chosen
mode for an output, so weston_output_mode_switch_to_native()
has something to work with and can switch back from temporary
selected modes to the outputs native mode. Before, this was a
no-op.

This allows an output to switch back to its default mode if
a former toplevel fullscreen shell surface created via method
WL_SHELL_SURFACE_FULLSCREEN_METHOD_DRIVER gets destroyed, or
it gets demoted to non-fullscreen, or if modesetting on the
output failed for some reason.

v2: Modified and split into a separate patch from original
    patch "Allow restore_output_mode() to work properly.",
    as suggested by Derek Foreman.

Signed-off-by: Mario Kleiner <mario.kleiner.de@gmail.com>
Cc: Derek Foreman <derekf@osg.samsung.com>
Reviewed-By: Derek Foreman <derekf@osg.samsung.com>
2015-06-30 12:19:58 -07:00
clients Remove weston-screensaver 2015-06-22 15:19:14 +03:00
data
desktop-shell desktop-shell: Allow multiple active fullscreen windows on multi-display setup. 2015-06-30 12:12:53 -07:00
fullscreen-shell Unified multiple definitions of container_of() macro. 2015-06-15 17:11:58 -07:00
ivi-shell text_backend: make destructor call explicit 2015-06-26 09:33:54 +03:00
m4
man desktop-shell: remove screensaver support 2015-06-22 15:19:39 +03:00
protocol xdg-shell: Further clarify xdg_surface.resize semantics 2015-06-26 17:23:15 +08:00
shared Unified multiple definitions of container_of() macro. 2015-06-15 17:11:58 -07:00
src compositor-drm: Allow weston_output_mode_switch_to_native() to work. 2015-06-30 12:19:58 -07:00
tests tests: test set for ivi-shell notification with bad condition in server side 2015-06-25 11:39:59 +03:00
wcap
xwayland Unified multiple definitions of container_of() macro. 2015-06-15 17:11:58 -07:00
.gitignore Remove weston-screensaver 2015-06-22 15:19:14 +03:00
autogen.sh
configure.ac Remove weston-screensaver 2015-06-22 15:19:14 +03:00
COPYING
Makefile.am build: Use AM_CFLAGS instead of GCC_CFLAGS 2015-06-23 10:22:14 +03:00
notes.txt
README
releasing.txt
weston.ini.in desktop-shell: remove screensaver support 2015-06-22 15:19:39 +03: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 building
weston and its dependencies.

The test suite can be invoked via `make check`; see
http://wayland.freedesktop.org/testing.html for additional details.