diff options
-rw-r--r-- | va/va_trace.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/va/va_trace.c b/va/va_trace.c index 7c27b73..c266afd 100644 --- a/va/va_trace.c +++ b/va/va_trace.c @@ -185,7 +185,7 @@ struct va_trace { #define DPY2TRACECTX(dpy, context, buf_id) \ struct va_trace *pva_trace = NULL; \ struct trace_context *trace_ctx = NULL; \ - int ctx_id = context; \ + VAContextID ctx_id = context; \ \ pva_trace = (struct va_trace *)(((VADisplayContextP)dpy)->vatrace); \ if(!pva_trace) \ |