On 01/06/2016 11:56 AM, Frank Henigman wrote:
> Facilitates api-specific code in core functions, like the forthcoming
> wflinfo-like function.
> 
> Signed-off-by: Frank Henigman <fjhenig...@google.com>
> ---
>  src/waffle/core/wcore_context.h | 2 ++
>  1 file changed, 2 insertions(+)



>  struct wcore_context {
>      struct api_object api;
> +    int32_t context_api; // WAFFLE_CONTEXT_API enum, e.g. 
> WAFFLE_CONTEXT_OPENGL
>      struct wcore_display *display;
>  };

Like patch 1, use an enum here for gdb's sake.

_______________________________________________
waffle mailing list
waffle@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/waffle

Reply via email to