libweston: Move text_backend_* to weston.h

Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
Reviewed-by: Daniel Stone <daniels@collabora.com>
This commit is contained in:
Quentin Glidic
2016-08-18 11:15:44 +02:00
committed by Daniel Stone
parent c3b63728b4
commit 46dc9b440b
2 changed files with 8 additions and 8 deletions
+8
View File
@@ -66,6 +66,14 @@ wet_load_module(const char *name, const char *entrypoint);
int
wet_load_xwayland(struct weston_compositor *comp);
struct text_backend;
struct text_backend *
text_backend_init(struct weston_compositor *ec);
void
text_backend_destroy(struct text_backend *text_backend);
#ifdef __cplusplus
}
#endif