Rename src/ to libweston/
This clarifies what is supposed to be the libweston code. v2: screen-share.c is already in compositor/ instead. Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk> Reviewed-by: Yong Bakos <ybakos@humanoriented.com> Acked-by: Daniel Stone <daniels@collabora.com> Reviewed-by: Quentin Glidic <sardemff7+git@sardemff7.net> Tested-by: Quentin Glidic <sardemff7+git@sardemff7.net> Tested-by: Benoit Gschwind <gschwind@gnu-log.net> Acked-by: Benoit Gschwind <gschwind@gnu-log.net> [Pekka: rebased]
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
#include <string.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
#include "src/compositor.h"
|
||||
#include "compositor.h"
|
||||
#include "ivi-shell/ivi-layout-export.h"
|
||||
#include "ivi-shell/ivi-layout-private.h"
|
||||
#include "ivi-test.h"
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
#include <string.h>
|
||||
#include <assert.h>
|
||||
|
||||
#include "src/compositor.h"
|
||||
#include "compositor.h"
|
||||
#include "compositor/weston.h"
|
||||
#include "weston-test-server-protocol.h"
|
||||
#include "ivi-test.h"
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
#include "src/compositor.h"
|
||||
#include "compositor.h"
|
||||
|
||||
static void
|
||||
surface_to_from_global(void *data)
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
#include <stdio.h>
|
||||
#include <assert.h>
|
||||
|
||||
#include "src/compositor.h"
|
||||
#include "compositor.h"
|
||||
|
||||
static void
|
||||
surface_transform(void *data)
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
#include "weston-test-runner.h"
|
||||
|
||||
#include "shared/helpers.h"
|
||||
#include "src/vertex-clipping.h"
|
||||
#include "vertex-clipping.h"
|
||||
|
||||
#define BOUNDING_BOX_TOP_Y 100.0f
|
||||
#define BOUNDING_BOX_LEFT_X 50.0f
|
||||
|
||||
+2
-2
@@ -31,14 +31,14 @@
|
||||
#include <unistd.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "src/compositor.h"
|
||||
#include "compositor.h"
|
||||
#include "compositor/weston.h"
|
||||
#include "weston-test-server-protocol.h"
|
||||
|
||||
#ifdef ENABLE_EGL
|
||||
#include <EGL/egl.h>
|
||||
#include <EGL/eglext.h>
|
||||
#include "src/weston-egl-ext.h"
|
||||
#include "weston-egl-ext.h"
|
||||
#endif /* ENABLE_EGL */
|
||||
|
||||
#include "shared/helpers.h"
|
||||
|
||||
Reference in New Issue
Block a user