commit | e2d07a5a3810d83d0ea7ecb396d61477893b74a4 | [log] [tgz] |
---|---|---|
author | Mark Lobodzinski <mark@lunarg.com> | Thu Jan 29 08:55:56 2015 -0600 |
committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | Wed Feb 04 17:58:10 2015 -0700 |
tree | 2fee3cac3c0ee07e3e6245e215247d133482245a | |
parent | 744fdea4179c49dc6a24c21e15818a2f3e8b36b7 [diff] [blame] |
xgl: Remove XGL_* typedef wrappers Part of moving to xgl.h rev#38, svn rev 29293-29302
diff --git a/icd/intel/buf.c b/icd/intel/buf.c index ead29ba..69374b4 100644 --- a/icd/intel/buf.c +++ b/icd/intel/buf.c
@@ -37,7 +37,7 @@ } static XGL_RESULT buf_get_info(struct intel_base *base, int type, - XGL_SIZE *size, XGL_VOID *data) + size_t *size, void *data) { struct intel_buf *buf = intel_buf_from_base(base); XGL_RESULT ret = XGL_SUCCESS;