mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2025-12-20 03:30:19 +01:00
Rename plugin-registry.h to libweston/plugin-registry.h
See "Rename compositor.h to libweston/libweston.h" for rationale. Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
This commit is contained in:
parent
7571027f17
commit
27b377f51f
12 changed files with 10 additions and 10 deletions
|
|
@ -29,7 +29,7 @@
|
||||||
#define WESTON_COMPOSITOR_DRM_H
|
#define WESTON_COMPOSITOR_DRM_H
|
||||||
|
|
||||||
#include <libweston/libweston.h>
|
#include <libweston/libweston.h>
|
||||||
#include "plugin-registry.h"
|
#include <libweston/plugin-registry.h>
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
|
|
||||||
|
|
@ -31,7 +31,7 @@ extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <libweston/libweston.h>
|
#include <libweston/libweston.h>
|
||||||
#include "plugin-registry.h"
|
#include <libweston/plugin-registry.h>
|
||||||
|
|
||||||
#define WESTON_RDP_OUTPUT_API_NAME "weston_rdp_output_api_v1"
|
#define WESTON_RDP_OUTPUT_API_NAME "weston_rdp_output_api_v1"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
install_headers(
|
install_headers(
|
||||||
'libweston.h',
|
'libweston.h',
|
||||||
|
'plugin-registry.h',
|
||||||
'timeline-object.h',
|
'timeline-object.h',
|
||||||
subdir: dir_include_libweston_install
|
subdir: dir_include_libweston_install
|
||||||
)
|
)
|
||||||
|
|
|
||||||
|
|
@ -60,7 +60,7 @@ extern "C" {
|
||||||
|
|
||||||
#include "stdbool.h"
|
#include "stdbool.h"
|
||||||
#include <libweston/libweston.h>
|
#include <libweston/libweston.h>
|
||||||
#include "plugin-registry.h"
|
#include <libweston/plugin-registry.h>
|
||||||
|
|
||||||
#define IVI_SUCCEEDED (0)
|
#define IVI_SUCCEEDED (0)
|
||||||
#define IVI_FAILED (-1)
|
#define IVI_FAILED (-1)
|
||||||
|
|
|
||||||
|
|
@ -69,7 +69,7 @@
|
||||||
#include "shared/timespec-util.h"
|
#include "shared/timespec-util.h"
|
||||||
#include "git-version.h"
|
#include "git-version.h"
|
||||||
#include "version.h"
|
#include "version.h"
|
||||||
#include "plugin-registry.h"
|
#include <libweston/plugin-registry.h>
|
||||||
#include "pixel-formats.h"
|
#include "pixel-formats.h"
|
||||||
|
|
||||||
#define DEFAULT_REPAINT_WINDOW 7 /* milliseconds */
|
#define DEFAULT_REPAINT_WINDOW 7 /* milliseconds */
|
||||||
|
|
|
||||||
|
|
@ -57,7 +57,6 @@ srcs_libweston = [
|
||||||
]
|
]
|
||||||
|
|
||||||
install_headers(
|
install_headers(
|
||||||
'plugin-registry.h',
|
|
||||||
'windowed-output-api.h',
|
'windowed-output-api.h',
|
||||||
'../shared/config-parser.h',
|
'../shared/config-parser.h',
|
||||||
'../shared/matrix.h',
|
'../shared/matrix.h',
|
||||||
|
|
|
||||||
|
|
@ -30,7 +30,7 @@
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
#include <libweston/libweston.h>
|
#include <libweston/libweston.h>
|
||||||
#include "plugin-registry.h"
|
#include <libweston/plugin-registry.h>
|
||||||
|
|
||||||
struct weston_plugin_api {
|
struct weston_plugin_api {
|
||||||
struct wl_list link; /**< in weston_compositor::plugin_api_list */
|
struct wl_list link; /**< in weston_compositor::plugin_api_list */
|
||||||
|
|
|
||||||
|
|
@ -30,7 +30,7 @@
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "plugin-registry.h"
|
#include <libweston/plugin-registry.h>
|
||||||
|
|
||||||
struct weston_compositor;
|
struct weston_compositor;
|
||||||
struct weston_output;
|
struct weston_output;
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,7 @@
|
||||||
#define REMOTING_PLUGIN_H
|
#define REMOTING_PLUGIN_H
|
||||||
|
|
||||||
#include <libweston/libweston.h>
|
#include <libweston/libweston.h>
|
||||||
#include "plugin-registry.h"
|
#include <libweston/plugin-registry.h>
|
||||||
|
|
||||||
#define WESTON_REMOTING_API_NAME "weston_remoting_api_v1"
|
#define WESTON_REMOTING_API_NAME "weston_remoting_api_v1"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,7 @@
|
||||||
|
|
||||||
#include <libweston/libweston.h>
|
#include <libweston/libweston.h>
|
||||||
#include "compositor/weston.h"
|
#include "compositor/weston.h"
|
||||||
#include "plugin-registry.h"
|
#include <libweston/plugin-registry.h>
|
||||||
|
|
||||||
static void
|
static void
|
||||||
dummy_func(void)
|
dummy_func(void)
|
||||||
|
|
|
||||||
|
|
@ -32,7 +32,7 @@ extern "C" {
|
||||||
|
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
#include "plugin-registry.h"
|
#include <libweston/plugin-registry.h>
|
||||||
|
|
||||||
struct weston_compositor;
|
struct weston_compositor;
|
||||||
struct weston_xwayland;
|
struct weston_xwayland;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue