1
0
Fork 0
mirror of https://github.com/albfan/miraclecast.git synced 2025-03-09 23:38:56 +00:00

change argument types of wfd_sink_start_session()

To workaround valac issue
This commit is contained in:
Derek Dai 2017-03-21 18:23:54 +08:00
parent b21aa0d039
commit 1d55e643c1
No known key found for this signature in database
GPG key ID: E109CC97553EF009
5 changed files with 20 additions and 20 deletions

View file

@ -69,10 +69,10 @@ int wfd_out_session_new(struct wfd_session **out,
struct wfd_sink *sink,
const char *authority,
const char *display,
uint16_t x,
uint16_t y,
uint16_t width,
uint16_t height,
uint32_t x,
uint32_t y,
uint32_t width,
uint32_t height,
const char *audio_dev)
{
_shl_free_ char *display_schema = NULL;