egl/wayland: Add new version parameter for post_drm

This commit is contained in:
Benjamin Franzke
2011-04-21 11:14:02 +02:00
committed by Kristian Høgsberg
parent 2225397d1c
commit 1617b268ef
+3 -1
View File
@@ -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;