egl/wayland: Add new version parameter for post_drm
This commit is contained in:
committed by
Kristian Høgsberg
parent
2225397d1c
commit
1617b268ef
@@ -164,7 +164,9 @@ const static struct wl_drm_interface drm_interface = {
|
||||
};
|
||||
|
||||
static void
|
||||
post_drm_device(struct wl_client *client, struct wl_object *global)
|
||||
post_drm_device(struct wl_client *client,
|
||||
struct wl_object *global,
|
||||
uint32_t version)
|
||||
{
|
||||
struct wl_drm *drm = (struct wl_drm *) global;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user