Rename wayland-compositor to weston
authorKristian Høgsberg <krh@bitplanet.net>
Tue, 3 Jan 2012 15:29:47 +0000 (10:29 -0500)
committerJonas Ådahl <jadahl@gmail.com>
Sun, 10 Nov 2013 16:51:27 +0000 (17:51 +0100)
commit837e433973276408da0f135003de168eedd9eb3c
tree1506f95ef450d6a3aa3b6628dc73aac6b6be0bdb
parentb9016b667dbf2003e81fede52b19527be8fc51d3
Rename wayland-compositor to weston

This rename addresses a few problems around the split between core
Wayland and the wayland-demos repository.

1) Initially, we had one big repository with protocol code, sample
compositor and sample clients.  We split that repository to make it
possible to implement the protocol without pulling in the sample/demo
code.  At this point, the compositor is more than just a "demo" and
wayland-demos doesn't send the right message.  The sample compositor
is a useful, self-contained project in it's own right, and we want to
move away from the "demos" label.

2) Another problem is that the wayland-demos compositor is often
called "the wayland compsitor", but it's really just one possible
compositor.  Existing X11 compositors are expected to add Wayland
support and then gradually phase out/modularize the X11 support, for
example.  Conversely, it's hard to talk about the wayland-demos
compositor specifically as opposed to, eg, the wayland protocol or a
wayland compositor in general.

We are also renaming the repo to weston, and the compositor
subdirectory to src/, to emphasize that the main "output" is the
compositor.
src/evdev.c [moved from compositor/evdev.c with 96% similarity]
src/evdev.h [moved from compositor/evdev.h with 83% similarity]