libweston: Introduce libweston-internal.h
Introduce a new private header file that only internal parts of the library are allowed to use and shouldn't be exposed in the public header of libweston. Start by adding by adding functions that operate on the 'weston_buffer*'. Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
This commit is contained in:
committed by
Daniel Stone
parent
c2e18e896f
commit
a72e3716e8
@@ -2039,18 +2039,6 @@ weston_surface_copy_content(struct weston_surface *surface,
|
||||
struct weston_buffer *
|
||||
weston_buffer_from_resource(struct wl_resource *resource);
|
||||
|
||||
void
|
||||
weston_buffer_reference(struct weston_buffer_reference *ref,
|
||||
struct weston_buffer *buffer);
|
||||
|
||||
void
|
||||
weston_buffer_release_reference(struct weston_buffer_release_reference *ref,
|
||||
struct weston_buffer_release *buf_release);
|
||||
|
||||
void
|
||||
weston_buffer_release_move(struct weston_buffer_release_reference *dest,
|
||||
struct weston_buffer_release_reference *src);
|
||||
|
||||
void
|
||||
weston_compositor_get_time(struct timespec *time);
|
||||
|
||||
@@ -2456,10 +2444,6 @@ weston_log_ctx_compositor_setup(struct weston_compositor *compositor,
|
||||
void
|
||||
weston_log_ctx_compositor_destroy(struct weston_compositor *compositor);
|
||||
|
||||
void
|
||||
weston_buffer_send_server_error(struct weston_buffer *buffer,
|
||||
const char *msg);
|
||||
|
||||
int
|
||||
weston_compositor_enable_content_protection(struct weston_compositor *compositor);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user