Rename compositor/ to frontend/

"Frontend" is a much more descriptive name for the code that is in the
directory called "compositor".

Fixes: https://gitlab.freedesktop.org/wayland/weston/-/issues/633

Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
This commit is contained in:
Pekka Paalanen 2023-12-15 14:20:18 +02:00 committed by Daniel Stone
parent c36bbad8e2
commit 336f7fabec
27 changed files with 12 additions and 12 deletions

View File

@ -37,7 +37,7 @@
#include <sys/types.h>
#include "shell.h"
#include "compositor/weston.h"
#include "frontend/weston.h"
#include "weston-desktop-shell-server-protocol.h"
#include <libweston/config-parser.h>
#include "shared/helpers.h"

View File

@ -33,7 +33,7 @@
#include <fcntl.h>
#include <libweston/libweston.h>
#include "compositor/weston.h"
#include "frontend/weston.h"
#include <libweston/xwayland-api.h>
#include "shared/helpers.h"
#include "shared/os-compatibility.h"

View File

@ -34,7 +34,7 @@
#include <assert.h>
#include <libweston/libweston.h>
#include "compositor/weston.h"
#include "frontend/weston.h"
#include "fullscreen-shell-unstable-v1-server-protocol.h"
#include "shared/helpers.h"
#include <libweston/shell-utils.h>

View File

@ -65,7 +65,7 @@
#include "ivi-hmi-controller-server-protocol.h"
#include "shared/helpers.h"
#include "shared/xalloc.h"
#include "compositor/weston.h"
#include "frontend/weston.h"
/*****************************************************************************
* structure, globals

View File

@ -61,7 +61,7 @@
#include <assert.h>
#include <stdint.h>
#include "compositor/weston.h"
#include "frontend/weston.h"
#include <libweston/libweston.h>
#include "ivi-shell.h"
#include "ivi-layout-export.h"

View File

@ -50,7 +50,7 @@
#include "libweston/libweston.h"
#include "shared/helpers.h"
#include "shared/xalloc.h"
#include "compositor/weston.h"
#include "frontend/weston.h"
/* Representation of ivi_surface protocol object. */
struct ivi_shell_surface

View File

@ -31,7 +31,7 @@
#include "kiosk-shell.h"
#include "kiosk-shell-grab.h"
#include "compositor/weston.h"
#include "frontend/weston.h"
#include "libweston/libweston.h"
#include "shared/helpers.h"
#include <libweston/shell-utils.h>

View File

@ -162,7 +162,7 @@ subdir('protocol')
subdir('shared')
subdir('libweston')
subdir('xwayland')
subdir('compositor')
subdir('frontend')
subdir('desktop-shell')
subdir('fullscreen-shell')
subdir('ivi-shell')

View File

@ -36,7 +36,7 @@
#include <errno.h>
#include <libweston/libweston.h>
#include "compositor/weston.h"
#include "frontend/weston.h"
#include "weston-test-server-protocol.h"
#include "ivi-test.h"
#include "ivi-shell/ivi-layout-export.h"

View File

@ -34,7 +34,7 @@
#include <linux/input.h>
#include <libweston/libweston.h>
#include "compositor/weston.h"
#include "frontend/weston.h"
#include "shared/file-util.h"
#include "libweston-internal.h"

View File

@ -36,7 +36,7 @@
#include <math.h>
#include <sys/types.h>
#include "compositor/weston.h"
#include "frontend/weston.h"
#include <libweston/config-parser.h>
#include "shared/helpers.h"
#include <libweston/shell-utils.h>

View File

@ -40,7 +40,7 @@
#include <libweston/weston-log.h>
#include "backend.h"
#include "libweston-internal.h"
#include "compositor/weston.h"
#include "frontend/weston.h"
#include "weston-test-server-protocol.h"
#include "weston.h"
#include "weston-testsuite-data.h"