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:
parent
b21aa0d039
commit
1d55e643c1
5 changed files with 20 additions and 20 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue