Rename src/ to libweston/

Graphics / Wayland / Weston - Pekka Paalanen [collabora.co.uk] - 23 June 2016 09:44 UTC

This clarifies what is supposed to be the libweston code.

v2: screen-share.c is already in compositor/ instead.

b5e3ea2 Rename src/ to libweston/
Makefile.am | 182 +-
clients/cliptest.c | 2 +-
configure.ac | 4 +-
libweston/animation.c | 485 ++++
libweston/bindings.c | 579 +++++
libweston/clipboard.c | 306 +++
libweston/compositor-drm.c | 3285 +++++++++++++++++++++++
libweston/compositor-drm.h | 138 +
libweston/compositor-fbdev.c | 783 ++++++
libweston/compositor-fbdev.h | 61 +
libweston/compositor-headless.c | 258 ++
libweston/compositor-headless.h | 53 +
libweston/compositor-rdp.c | 1331 ++++++++++
libweston/compositor-rdp.h | 54 +
libweston/compositor-wayland.c | 2348 +++++++++++++++++
libweston/compositor-wayland.h | 61 +
libweston/compositor-x11.c | 1720 +++++++++++++
libweston/compositor-x11.h | 62 +
libweston/compositor.c | 5015 ++++++++++++++++++++++++++++++++++++
libweston/compositor.h | 1724 +++++++++++++
libweston/data-device.c | 1340 ++++++++++
libweston/dbus.c | 407 +++
libweston/dbus.h | 110 +
libweston/gl-renderer.c | 3157 +++++++++++++++++++++++
libweston/gl-renderer.h | 132 +
libweston/input.c | 2765 ++++++++++++++++++++
libweston/launcher-direct.c | 315 +++
libweston/launcher-impl.h | 45 +
libweston/launcher-logind.c | 839 ++++++
libweston/launcher-util.c | 117 +
libweston/launcher-util.h | 58 +
libweston/launcher-weston-launch.c | 300 +++
libweston/libbacklight.c | 310 +++
libweston/libbacklight.h | 79 +
libweston/libinput-device.c | 593 +++++
libweston/libinput-device.h | 80 +
libweston/libinput-seat.c | 416 +++
libweston/libinput-seat.h | 72 +
libweston/libweston.pc.in | 12 +
libweston/linux-dmabuf.c | 497 ++++
libweston/linux-dmabuf.h | 88 +
libweston/log.c | 98 +
libweston/noop-renderer.c | 121 +
libweston/pixman-renderer.c | 931 +++++++
libweston/pixman-renderer.h | 40 +
libweston/screenshooter.c | 487 ++++
libweston/spring-tool.c | 74 +
libweston/timeline-object.h | 55 +
libweston/timeline.c | 292 +++
libweston/timeline.h | 65 +
libweston/vaapi-recorder.c | 1161 +++++++++
libweston/vaapi-recorder.h | 38 +
libweston/version.h.in | 50 +
libweston/vertex-clipping.c | 330 +++
libweston/vertex-clipping.h | 66 +
libweston/weston-egl-ext.h | 120 +
libweston/weston-launch.c | 772 ++++++
libweston/weston-launch.h | 49 +
libweston/zoom.c | 177 ++
src/animation.c | 485 ----
src/bindings.c | 579 -----
src/clipboard.c | 306 ---
src/compositor-drm.c | 3285 -----------------------
src/compositor-drm.h | 138 -
src/compositor-fbdev.c | 783 ------
src/compositor-fbdev.h | 61 -
src/compositor-headless.c | 258 --
src/compositor-headless.h | 53 -
src/compositor-rdp.c | 1331 ----------
src/compositor-rdp.h | 54 -
src/compositor-wayland.c | 2348 -----------------
src/compositor-wayland.h | 61 -
src/compositor-x11.c | 1720 -------------
src/compositor-x11.h | 62 -
src/compositor.c | 5015 ------------------------------------
src/compositor.h | 1724 -------------
src/data-device.c | 1340 ----------
src/dbus.c | 407 ---
src/dbus.h | 110 -
src/gl-renderer.c | 3157 -----------------------
src/gl-renderer.h | 132 -
src/input.c | 2765 --------------------
src/launcher-direct.c | 315 ---
src/launcher-impl.h | 45 -
src/launcher-logind.c | 839 ------
src/launcher-util.c | 117 -
src/launcher-util.h | 58 -
src/launcher-weston-launch.c | 300 ---
src/libbacklight.c | 310 ---
src/libbacklight.h | 79 -
src/libinput-device.c | 593 -----
src/libinput-device.h | 80 -
src/libinput-seat.c | 416 ---
src/libinput-seat.h | 72 -
src/libweston.pc.in | 12 -
src/linux-dmabuf.c | 497 ----
src/linux-dmabuf.h | 88 -
src/log.c | 98 -
src/noop-renderer.c | 121 -
src/pixman-renderer.c | 931 -------
src/pixman-renderer.h | 40 -
src/screenshooter.c | 487 ----
src/spring-tool.c | 74 -
src/timeline-object.h | 55 -
src/timeline.c | 292 ---
src/timeline.h | 65 -
src/vaapi-recorder.c | 1161 ---------
src/vaapi-recorder.h | 38 -
src/version.h.in | 50 -
src/vertex-clipping.c | 330 ---
src/vertex-clipping.h | 66 -
src/weston-egl-ext.h | 120 -
src/weston-launch.c | 772 ------
src/weston-launch.h | 49 -
src/zoom.c | 177 --
tests/ivi_layout-internal-test.c | 2 +-
tests/ivi_layout-test-plugin.c | 2 +-
tests/surface-global-test.c | 2 +-
tests/surface-test.c | 2 +-
tests/vertex-clip-test.c | 2 +-
tests/weston-test.c | 4 +-
121 files changed, 35022 insertions(+), 35022 deletions(-)

Upstream: cgit.freedesktop.org


  • Share