swc

Unnamed repository; edit this file 'description' to name the repository.
git clone git://git.nihaljere.xyz/swc
Log | Files | Refs | README | LICENSE

commit f61ca83f2a978704aa33bac4abbd0a390df5d4c4
parent 6f2108471d7d029d2c11f53a1540bcfaa825c5b2
Author: Michael Forney <mforney@mforney.org>
Date:   Sat, 21 Mar 2015 18:36:07 -0700

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.

Diffstat:
Mlibswc/drm.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/libswc/drm.c b/libswc/drm.c @@ -59,6 +59,7 @@ static struct static void authenticate(struct wl_client * client, struct wl_resource * resource, uint32_t magic) { + wl_drm_send_authenticated(resource); } static void create_buffer(struct wl_client * client,