rdp: Export rdp_head_destroy
We'll need this from other files for multi-head support. Signed-off-by: Derek Foreman <derek.foreman@collabora.com>
This commit is contained in:
parent
5f628006f0
commit
0d06d709d6
|
@ -550,7 +550,7 @@ rdp_head_create(struct weston_compositor *compositor, const char *name)
|
|||
return 0;
|
||||
}
|
||||
|
||||
static void
|
||||
void
|
||||
rdp_head_destroy(struct weston_head *base)
|
||||
{
|
||||
struct rdp_head *head = to_rdp_head(base);
|
||||
|
|
|
@ -235,6 +235,9 @@ rdp_clipboard_destroy(RdpPeerContext *peerCtx);
|
|||
void
|
||||
rdp_destroy(struct weston_compositor *ec);
|
||||
|
||||
void
|
||||
rdp_head_destroy(struct weston_head *base);
|
||||
|
||||
static inline struct rdp_head *
|
||||
to_rdp_head(struct weston_head *base)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue