libweston: unexport weston_compositor_add_output()
Only used by weston_output_enable(). Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk> Reviewed-by: Armin Krezović <krezovic.armin@gmail.com>
This commit is contained in:
@@ -4474,7 +4474,7 @@ weston_output_move(struct weston_output *output, int x, int y)
|
|||||||
*
|
*
|
||||||
* \internal
|
* \internal
|
||||||
*/
|
*/
|
||||||
WL_EXPORT void
|
static void
|
||||||
weston_compositor_add_output(struct weston_compositor *compositor,
|
weston_compositor_add_output(struct weston_compositor *compositor,
|
||||||
struct weston_output *output)
|
struct weston_output *output)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1718,9 +1718,6 @@ weston_output_update_matrix(struct weston_output *output);
|
|||||||
void
|
void
|
||||||
weston_output_move(struct weston_output *output, int x, int y);
|
weston_output_move(struct weston_output *output, int x, int y);
|
||||||
|
|
||||||
void
|
|
||||||
weston_compositor_add_output(struct weston_compositor *compositor,
|
|
||||||
struct weston_output *output);
|
|
||||||
void
|
void
|
||||||
weston_output_destroy(struct weston_output *output);
|
weston_output_destroy(struct weston_output *output);
|
||||||
void
|
void
|
||||||
|
|||||||
Reference in New Issue
Block a user