Find a file
Nobuhiko Tanibata 5d4a323c36 ivi-shell: bugfix, update event_mask when new propertiy is not same as before.
In previous code, it sends notification whenever setter calls. This
patch fixs that notification will not happens if there is no change of
properties by setter.

Signed-off-by: Nobuhiko Tanibata <NOBUHIKO_TANIBATA@xddp.denso.co.jp>
Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
2015-06-23 15:57:15 +03:00
clients Remove weston-screensaver 2015-06-22 15:19:14 +03:00
data data: Update boilerplate from MIT X11 license to MIT Expat license 2015-06-15 13:04:18 -07:00
desktop-shell desktop-shell: remove screensaver support 2015-06-22 15:19:39 +03:00
fullscreen-shell Unified multiple definitions of container_of() macro. 2015-06-15 17:11:58 -07:00
ivi-shell ivi-shell: bugfix, update event_mask when new propertiy is not same as before. 2015-06-23 15:57:15 +03:00
m4 weston-build: Fix aclocal error during autogen.sh 2014-06-21 10:33:21 -07:00
man desktop-shell: remove screensaver support 2015-06-22 15:19:39 +03:00
protocol protocol/text: Update boilerplate from MIT X11 license to MIT Expat license 2015-06-15 15:27:27 -07:00
shared Unified multiple definitions of container_of() macro. 2015-06-15 17:11:58 -07:00
src compositor: add missing help text 2015-06-22 14:57:24 +03:00
tests Unified multiple definitions of container_of() macro. 2015-06-15 17:11:58 -07:00
wcap wcap: Prefer quote form of include for config.h 2015-06-15 13:04:19 -07:00
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 COPYING: Specify origin of the library 2015-06-15 13:04:19 -07:00
Makefile.am build: Use AM_CFLAGS instead of GCC_CFLAGS 2015-06-23 10:22:14 +03:00
notes.txt notes: Don't manipulate lists while tranversing the list 2015-04-14 13:43:06 -07:00
README
releasing.txt releasing: Convert tabs to spacing for better formatting 2015-05-27 23:55:08 -07:00
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.