Re: [PATCH weston] compositor-drm: correctly set the version of the drmEventContext

2017-04-07 Thread Daniel Stone
Hi Emil, On 4 April 2017 at 18:07, Emil Velikov wrote: > We implement v2 so use that instead of the DRM_EVENT_CONTEXT_VERSION > macro. > > The latter defines the version of the drmEventContext struct declared in > the header [used in the current build] and can be 2, 3 or even 1000. Thanks. I alr

[PATCH weston] compositor-drm: correctly set the version of the drmEventContext

2017-04-04 Thread Emil Velikov
From: Emil Velikov We implement v2 so use that instead of the DRM_EVENT_CONTEXT_VERSION macro. The latter defines the version of the drmEventContext struct declared in the header [used in the current build] and can be 2, 3 or even 1000. Cc: Daniel Stone Signed-off-by: Emil Velikov --- libwes