Re: [Mesa-dev] [PATCH v2 14/18] mesa_glinterop: remove mesa_glinterop typedefs

2016-05-30 Thread Marek Olšák
Reviewed-by: Marek Olšák Marek On Mon, May 30, 2016 at 2:47 PM, Emil Velikov wrote: > From: Emil Velikov > > As is there are two places that do the typedefs - dri_interface.h and > this header. As we cannot include the

[Mesa-dev] [PATCH v2 14/18] mesa_glinterop: remove mesa_glinterop typedefs

2016-05-30 Thread Emil Velikov
From: Emil Velikov As is there are two places that do the typedefs - dri_interface.h and this header. As we cannot include the former in here, just drop the typedefs and use the struct directly (as needed). This is required because typedef redefinition is C11 feature