mirror of
https://github.com/mpv-player/mpv
synced 2025-04-06 17:43:02 +00:00
wayland_common: make function declaration consistent
Half the code had a space before the arguments and half didn't.
This commit is contained in:
parent
c0ef3cf9c2
commit
c6b83fec7d
@ -615,10 +615,8 @@ static const struct wl_data_device_listener data_device_listener = {
|
|||||||
data_device_handle_selection
|
data_device_handle_selection
|
||||||
};
|
};
|
||||||
|
|
||||||
static void registry_handle_global (void *data,
|
static void registry_handle_global(void *data, struct wl_registry *reg,
|
||||||
struct wl_registry *reg,
|
uint32_t id, const char *interface,
|
||||||
uint32_t id,
|
|
||||||
const char *interface,
|
|
||||||
uint32_t version)
|
uint32_t version)
|
||||||
{
|
{
|
||||||
struct vo_wayland_state *wl = data;
|
struct vo_wayland_state *wl = data;
|
||||||
|
Loading…
Reference in New Issue
Block a user