Hi Matt,
On 23 October 2015 at 01:25, Matt Roper matthew.d.roper@intel.com wrote:
--- a/include/drm/drm_crtc.h +++ b/include/drm/drm_crtc.h
+typedef struct {
uint64_t v;
+} drm_rgba_t;
Humble request - please don't add typedefs. The drm subsystem (barring legacy core and certain drivers) is relatively clean of them. The extra "struct" is not that much to type :-)
Thanks Emil