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/common/icd-format.h b/icd/common/icd-format.h index f1825f6..0d52c46 100644 --- a/icd/common/icd-format.h +++ b/icd/common/icd-format.h
@@ -66,7 +66,7 @@ unsigned int icd_format_get_channel_count(XGL_FORMAT format); void icd_format_get_raw_value(XGL_FORMAT format, - const XGL_UINT32 color[4], + const uint32_t color[4], void *value); #endif /* ICD_FORMAT_H */