commit f61ca83

Michael Forney  ·  2015-03-22 01:36:07 +0000 UTC
parent 6f21084
drm: Send authenticated event

This was accidentally removed when drm.c switched to using render nodes,
and caused clients to fall back to shm rendering.
1 files changed,  +1, -0
+1, -0
1@@ -59,6 +59,7 @@ static struct
2 static void authenticate(struct wl_client * client,
3                          struct wl_resource * resource, uint32_t magic)
4 {
5+    wl_drm_send_authenticated(resource);
6 }
7 
8 static void create_buffer(struct wl_client * client,